Uses of Class
eu.bandm.tools.tpath.absy.TPath.ValueExpr
Packages that use TPath.ValueExpr
Package
Description
Abstract syntax of the tpath language, realized as a umod model.
-
Uses of TPath.ValueExpr in eu.bandm.tools.tpath.absy
Subclasses of TPath.ValueExpr 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.Methods in eu.bandm.tools.tpath.absy that return TPath.ValueExprModifier and TypeMethodDescriptionTPath.ValueExpr.doclone()Clones this object.TPath.__SAX_Parser.fill_ValueExpr(Object res) Copies values of all common fields from the argument.TPath.__SAX_Parser.matchSAX_ValueExpr()Methods in eu.bandm.tools.tpath.absy that return types with arguments of type TPath.ValueExprModifier and TypeMethodDescriptionstatic Pattern<TPath.ValueExpr> TPath.__Patterns.term_ValueExpr(Pattern<? super TPath.Expr> superpattern) Methods in eu.bandm.tools.tpath.absy with parameters of type TPath.ValueExprModifier and TypeMethodDescriptionprotected voidTPath.__Formatter.action(TPath.ValueExpr el) voidTPath.__SAX_Writer.action(TPath.ValueExpr e0) protected voidTPath.Dump.action(TPath.ValueExpr e0) protected voidTPath.MATCH_ONLY_00.action(TPath.ValueExpr e0) protected voidTPath.Rewriter.action(TPath.ValueExpr e0) protected voidTPath.Visitor.action(TPath.ValueExpr e0) protected voidTPath.Dump.descend(TPath.ValueExpr e0) protected voidTPath.Visitor.descend(TPath.ValueExpr e0) voidTPath.__SAX_Parser.XMLPARSER_ValueExpr.fillFields(TPath.ValueExpr newobj) voidTPath.MATCH_ONLY_00.match(TPath.ValueExpr e0) protected voidTPath.Visitor.post(TPath.ValueExpr e0) protected voidTPath.Visitor.pre(TPath.ValueExpr e0) protected voidTPath.Dump.printscalars(TPath.ValueExpr e0) protected voidTPath.Rewriter.rewriteFields(TPath.ValueExpr clone) protected FormatTPath.__Formatter.toFormat(TPath.ValueExpr el) Method parameters in eu.bandm.tools.tpath.absy with type arguments of type TPath.ValueExprModifier and TypeMethodDescriptionTPath.__Patterns.cast_ValueExpr(Pattern<? super TPath.ValueExpr> p) static Pattern<TPath.Literal> TPath.__Patterns.term_Literal(Pattern<? super TPath.ValueExpr> superpattern, Pattern<? super String> p_text) static Pattern<TPath.Number> TPath.__Patterns.term_Number(Pattern<? super TPath.ValueExpr> superpattern, Pattern<? super Double> p_value) static Pattern<TPath.VariableReference> TPath.__Patterns.term_VariableReference(Pattern<? super TPath.ValueExpr> superpattern, Pattern<? super String> p_name)