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 TypeMethodDescriptionprotected void
TPath.__Formatter.action
(TPath.Test el) void
TPath.__SAX_Writer.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.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.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) ModifierConstructorDescriptionStep
(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)