Uses of Class
eu.bandm.tools.tpath.absy.TPath.NameTest
Packages that use 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
Fields in eu.bandm.tools.tpath.absy with type parameters of type TPath.NameTestModifier and TypeFieldDescriptionstatic final Function<TPath.NameTest, String> TPath.NameTest.get_prefixDeprecated.Use new '::' method reference instead.static final Function<TPath.NameTest, String> TPath.NameTest.get_suffixDeprecated.Use new '::' method reference instead.Methods in eu.bandm.tools.tpath.absy that return TPath.NameTestModifier 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()Methods in eu.bandm.tools.tpath.absy that return types with arguments of type TPath.NameTestModifier 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) Methods in eu.bandm.tools.tpath.absy with parameters of type TPath.NameTestModifier and TypeMethodDescriptionprotected voidTPath.__Formatter.action(TPath.NameTest el) voidTPath.__SAX_Writer.action(TPath.NameTest e0) protected voidTPath.Dump.action(TPath.NameTest e0) protected voidTPath.MATCH_ONLY_00.action(TPath.NameTest e0) protected voidTPath.Rewriter.action(TPath.NameTest e0) protected voidTPath.Visitor.action(TPath.NameTest e0) protected voidTPath.Dump.descend(TPath.NameTest e0) protected voidTPath.Visitor.descend(TPath.NameTest e0) voidTPath.__SAX_Writer.dumpfields(TPath.NameTest e0) voidTPath.__SAX_Parser.XMLPARSER_NameTest.fillFields(TPath.NameTest newobj) voidTPath.MATCH_ONLY_00.match(TPath.NameTest e0) voidTPath.__SAX_Parser.XMLPARSER_NameTest.parsefields(TPath.NameTest newobj) protected voidTPath.Visitor.post(TPath.NameTest e0) protected voidTPath.Visitor.pre(TPath.NameTest e0) protected voidTPath.Dump.printscalars(TPath.NameTest e0) protected voidTPath.Rewriter.rewriteFields(TPath.NameTest clone) protected FormatTPath.__Formatter.toFormat(TPath.NameTest el) Method parameters in eu.bandm.tools.tpath.absy with type arguments of type TPath.NameTestModifier and TypeMethodDescriptionTPath.__Patterns.cast_NameTest(Pattern<? super TPath.NameTest> p) -
Uses of TPath.NameTest in eu.bandm.tools.tpath.runtime
Methods in eu.bandm.tools.tpath.runtime with parameters of type TPath.NameTestModifier and TypeMethodDescriptionprotected voidSimpleInterpreter.Visitor.descend(TPath.NameTest x)