Uses of Class
eu.bandm.tools.tpath.absy.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
Modifier and TypeClassDescriptionstatic class
Generated by umod; model author's documentation MISSING.static class
Generated by umod; model author's documentation MISSING.static class
Generated by umod; model author's documentation MISSING.static class
Generated by umod; model author's documentation MISSING.static class
Generated by umod; model author's documentation MISSING.static class
Generated by umod; model author's documentation MISSING.Modifier and TypeFieldDescriptionprotected TPath.Test
TPath.Step.test
Generated by umod; model author's documentation MISSING.Modifier and TypeFieldDescriptionstatic final Function<TPath.Step,
TPath.Test> TPath.Step.get_test
Deprecated.Use new '::' method reference instead.Modifier 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()
Modifier and TypeMethodDescriptionstatic Pattern<TPath.Test>
TPath.__Patterns.term_Test
(Pattern<? super TPath.Item> superpattern) Modifier and TypeMethodDescriptionprotected void
TPath.__Formatter.action
(TPath.Test el) void
TPath.__SAX_Writer.action
(TPath.Test e0) protected void
TPath.Dump.action
(TPath.Test e0) protected void
TPath.MATCH_ONLY_00.action
(TPath.Test e0) protected void
TPath.Rewriter.action
(TPath.Test e0) protected void
TPath.Visitor.action
(TPath.Test e0) protected void
TPath.Dump.descend
(TPath.Test e0) protected void
TPath.Visitor.descend
(TPath.Test e0) void
TPath.__SAX_Parser.XMLPARSER_Test.fillFields
(TPath.Test newobj) void
TPath.MATCH_ONLY_00.match
(TPath.Test e0) protected void
TPath.Visitor.post
(TPath.Test e0) protected void
TPath.Visitor.pre
(TPath.Test e0) protected void
TPath.Dump.printscalars
(TPath.Test e0) protected void
TPath.Rewriter.rewriteFields
(TPath.Test clone) boolean
TPath.Step.set_test
(TPath.Test val) Generated by umod; model author's documentation MISSING.protected Format
TPath.__Formatter.toFormat
(TPath.Test el) Modifier 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) ModifierConstructorDescriptionStep
(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
Modifier and TypeMethodDescriptionSimpleInterpreter.step
(Context<N> context, TPath.AxisSpecifier axis, TPath.Test test, List<TPath.Expr> predicates) protected void
SimpleInterpreter.Visitor.test
(TPath.Test x)