Uses of Class
eu.bandm.tools.tpath.absy.TPath.NameTest
Package
Description
Abstract syntax of the tpath language, realized as a umod model.
Infrastructure for evaluating tpath expressions.
-
Uses of TPath.NameTest in eu.bandm.tools.tpath.absy
Modifier and TypeFieldDescriptionstatic final Function<TPath.NameTest,
String> TPath.NameTest.get_prefix
Deprecated.Use new '::' method reference instead.static final Function<TPath.NameTest,
String> TPath.NameTest.get_suffix
Deprecated.Use new '::' method reference instead.Modifier and TypeMethodDescriptionTPath.NameTest.doclone()
Clones this object.TPath.__SAX_Parser.fill_NameTest
(Object res) Copies values of all common fields from the argument.TPath.__SAX_Parser.matchSAX_NameTest()
Modifier and TypeMethodDescriptionstatic Pattern<TPath.NameTest>
TPath.NameTest.get_prefix
(Pattern<? super String> p) Lifts a pattern which matches the field value to one which matches this whole object.static Pattern<TPath.NameTest>
TPath.NameTest.get_suffix
(Pattern<? super String> p) Lifts a pattern which matches the field value to one which matches this whole object.static Pattern<TPath.NameTest>
TPath.__Patterns.term_NameTest
(Pattern<? super TPath.Test> superpattern, Pattern<? super String> p_prefix, Pattern<? super String> p_suffix) Modifier and TypeMethodDescriptionprotected void
TPath.__Formatter.action
(TPath.NameTest el) void
TPath.__SAX_Writer.action
(TPath.NameTest e0) protected void
TPath.Dump.action
(TPath.NameTest e0) protected void
TPath.MATCH_ONLY_00.action
(TPath.NameTest e0) protected void
TPath.Rewriter.action
(TPath.NameTest e0) protected void
TPath.Visitor.action
(TPath.NameTest e0) protected void
TPath.Dump.descend
(TPath.NameTest e0) protected void
TPath.Visitor.descend
(TPath.NameTest e0) void
TPath.__SAX_Writer.dumpfields
(TPath.NameTest e0) void
TPath.__SAX_Parser.XMLPARSER_NameTest.fillFields
(TPath.NameTest newobj) void
TPath.MATCH_ONLY_00.match
(TPath.NameTest e0) void
TPath.__SAX_Parser.XMLPARSER_NameTest.parsefields
(TPath.NameTest newobj) protected void
TPath.Visitor.post
(TPath.NameTest e0) protected void
TPath.Visitor.pre
(TPath.NameTest e0) protected void
TPath.Dump.printscalars
(TPath.NameTest e0) protected void
TPath.Rewriter.rewriteFields
(TPath.NameTest clone) protected Format
TPath.__Formatter.toFormat
(TPath.NameTest el) Modifier and TypeMethodDescriptionTPath.__Patterns.cast_NameTest
(Pattern<? super TPath.NameTest> p) -
Uses of TPath.NameTest in eu.bandm.tools.tpath.runtime
Modifier and TypeMethodDescriptionprotected void
SimpleInterpreter.Visitor.descend
(TPath.NameTest x)