Uses of Class
eu.bandm.tools.tpath.absy.TPath.PathExpr
Package
Description
Abstract syntax of the tpath language, realized as a umod model.
-
Uses of TPath.PathExpr 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.Modifier and TypeMethodDescriptionTPath.PathExpr.doclone()
Clones this object.TPath.__SAX_Parser.fill_PathExpr
(Object res) Copies values of all common fields from the argument.TPath.__SAX_Parser.matchSAX_PathExpr()
Modifier and TypeMethodDescriptionstatic Pattern<TPath.PathExpr>
TPath.__Patterns.term_PathExpr
(Pattern<? super TPath.Expr> superpattern) Modifier and TypeMethodDescriptionprotected void
TPath.__Formatter.action
(TPath.PathExpr el) void
TPath.__SAX_Writer.action
(TPath.PathExpr e0) protected void
TPath.Dump.action
(TPath.PathExpr e0) protected void
TPath.MATCH_ONLY_00.action
(TPath.PathExpr e0) protected void
TPath.Rewriter.action
(TPath.PathExpr e0) protected void
TPath.Visitor.action
(TPath.PathExpr e0) protected void
TPath.Dump.descend
(TPath.PathExpr e0) protected void
TPath.Visitor.descend
(TPath.PathExpr e0) void
TPath.__SAX_Parser.XMLPARSER_PathExpr.fillFields
(TPath.PathExpr newobj) void
TPath.MATCH_ONLY_00.match
(TPath.PathExpr e0) protected void
TPath.Visitor.post
(TPath.PathExpr e0) protected void
TPath.Visitor.pre
(TPath.PathExpr e0) protected void
TPath.Dump.printscalars
(TPath.PathExpr e0) protected void
TPath.Rewriter.rewriteFields
(TPath.PathExpr clone) protected Format
TPath.__Formatter.toFormat
(TPath.PathExpr el) Modifier and TypeMethodDescriptionTPath.__Patterns.cast_PathExpr
(Pattern<? super TPath.PathExpr> p) static Pattern<TPath.Root>
TPath.__Patterns.term_Root
(Pattern<? super TPath.PathExpr> superpattern) static Pattern<TPath.Step>
TPath.__Patterns.term_Step
(Pattern<? super TPath.PathExpr> superpattern, Pattern<? super TPath.Expr> p_base, Pattern<? super TPath.AxisSpecifier> p_axis, Pattern<? super TPath.Test> p_test, Pattern<? super CheckedList<TPath.Expr>> p_predicates)