Uses of Class
eu.bandm.tools.tpath.absy.TPath.PathExpr
Packages that use TPath.PathExpr
Package
Description
Abstract syntax of the tpath language, realized as a umod model.
- 
Uses of TPath.PathExpr in eu.bandm.tools.tpath.absySubclasses of TPath.PathExpr 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.Methods in eu.bandm.tools.tpath.absy that return TPath.PathExprModifier 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()Methods in eu.bandm.tools.tpath.absy that return types with arguments of type TPath.PathExprModifier and TypeMethodDescriptionstatic Pattern<TPath.PathExpr> TPath.__Patterns.term_PathExpr(Pattern<? super TPath.Expr> superpattern) Methods in eu.bandm.tools.tpath.absy with parameters of type TPath.PathExprModifier and TypeMethodDescriptionprotected voidTPath.__Formatter.action(TPath.PathExpr el) voidTPath.__SAX_Writer.action(TPath.PathExpr e0) protected voidTPath.Dump.action(TPath.PathExpr e0) protected voidTPath.MATCH_ONLY_00.action(TPath.PathExpr e0) protected voidTPath.Rewriter.action(TPath.PathExpr e0) protected voidTPath.Visitor.action(TPath.PathExpr e0) protected voidTPath.Dump.descend(TPath.PathExpr e0) protected voidTPath.Visitor.descend(TPath.PathExpr e0) voidTPath.__SAX_Parser.XMLPARSER_PathExpr.fillFields(TPath.PathExpr newobj) voidTPath.MATCH_ONLY_00.match(TPath.PathExpr e0) protected voidTPath.Visitor.post(TPath.PathExpr e0) protected voidTPath.Visitor.pre(TPath.PathExpr e0) protected voidTPath.Dump.printscalars(TPath.PathExpr e0) protected voidTPath.Rewriter.rewriteFields(TPath.PathExpr clone) protected FormatTPath.__Formatter.toFormat(TPath.PathExpr el) Method parameters in eu.bandm.tools.tpath.absy with type arguments of type TPath.PathExprModifier 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)