Uses of Class
eu.bandm.tools.tpath.absy.TPath.Test
Packages that use TPath.Test
Package
Description
Abstract syntax of the tpath language, realized as a umod model.
Infrastructure for evaluating tpath expressions.
-
Uses of TPath.Test in eu.bandm.tools.tpath.absy
Subclasses of TPath.Test in eu.bandm.tools.tpath.absyModifier and TypeClassDescriptionstatic classGenerated by umod; model author's documentation MISSING.static classGenerated by umod; model author's documentation MISSING.static classGenerated by umod; model author's documentation MISSING.static classGenerated by umod; model author's documentation MISSING.static classGenerated by umod; model author's documentation MISSING.static classGenerated by umod; model author's documentation MISSING.Fields in eu.bandm.tools.tpath.absy declared as TPath.TestModifier and TypeFieldDescriptionprotected TPath.TestTPath.Step.testGenerated by umod; model author's documentation MISSING.Fields in eu.bandm.tools.tpath.absy with type parameters of type TPath.TestModifier and TypeFieldDescriptionstatic final Function<TPath.Step, TPath.Test> TPath.Step.get_testDeprecated.Use new '::' method reference instead.Methods in eu.bandm.tools.tpath.absy that return TPath.TestModifier and TypeMethodDescriptionTPath.Test.doclone()Clones this object.TPath.Step.get_test()Generated by umod; model author's documentation MISSING.Copies values of all common fields from the argument.TPath.__SAX_Parser.matchSAX_Test()Methods in eu.bandm.tools.tpath.absy that return types with arguments of type TPath.TestModifier and TypeMethodDescriptionstatic Pattern<TPath.Test> TPath.__Patterns.term_Test(Pattern<? super TPath.Item> superpattern) Methods in eu.bandm.tools.tpath.absy with parameters of type TPath.TestModifier and TypeMethodDescriptionprotected voidTPath.__Formatter.action(TPath.Test el) voidTPath.__SAX_Writer.action(TPath.Test e0) protected voidTPath.Dump.action(TPath.Test e0) protected voidTPath.MATCH_ONLY_00.action(TPath.Test e0) protected voidTPath.Rewriter.action(TPath.Test e0) protected voidTPath.Visitor.action(TPath.Test e0) protected voidTPath.Dump.descend(TPath.Test e0) protected voidTPath.Visitor.descend(TPath.Test e0) voidTPath.__SAX_Parser.XMLPARSER_Test.fillFields(TPath.Test newobj) voidTPath.MATCH_ONLY_00.match(TPath.Test e0) protected voidTPath.Visitor.post(TPath.Test e0) protected voidTPath.Visitor.pre(TPath.Test e0) protected voidTPath.Dump.printscalars(TPath.Test e0) protected voidTPath.Rewriter.rewriteFields(TPath.Test clone) booleanTPath.Step.set_test(TPath.Test val) Generated by umod; model author's documentation MISSING.protected FormatTPath.__Formatter.toFormat(TPath.Test el) Method parameters in eu.bandm.tools.tpath.absy with type arguments of type TPath.TestModifier and TypeMethodDescriptionTPath.__Patterns.cast_Test(Pattern<? super TPath.Test> p) static Pattern<TPath.Step> TPath.Step.get_test(Pattern<? super TPath.Test> 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) static Pattern<TPath.TypeTest> TPath.__Patterns.term_TypeTest(Pattern<? super TPath.Test> superpattern) Constructors in eu.bandm.tools.tpath.absy with parameters of type TPath.TestModifierConstructorDescriptionStep(Location<XMLDocumentIdentifier> location, TPath.Expr base, TPath.AxisSpecifier axis, TPath.Test test, CheckedList<TPath.Expr> predicates) Constructor generated according to specification #1
Constructor defined according to directive "C 1/..".Step(TPath.AxisSpecifier axis, TPath.Test test) Synthetic minimal constructor provided by the umod compiler.Step(TPath.Expr base, TPath.AxisSpecifier axis, TPath.Test test) Constructor generated according to specification #0
Constructor defined according to directive "C 0/..". -
Uses of TPath.Test in eu.bandm.tools.tpath.runtime
Methods in eu.bandm.tools.tpath.runtime with parameters of type TPath.TestModifier and TypeMethodDescriptionSimpleInterpreter.step(Context<N> context, TPath.AxisSpecifier axis, TPath.Test test, List<TPath.Expr> predicates) protected voidSimpleInterpreter.Visitor.test(TPath.Test x)