Uses of Class
eu.bandm.tools.tpath.absy.TPath.UnaryExpr
Packages that use TPath.UnaryExpr
Package
Description
Abstract syntax of the tpath language, realized as a umod model.
Infrastructure for evaluating tpath expressions.
-
Uses of TPath.UnaryExpr in eu.bandm.tools.tpath.absy
Subclasses of TPath.UnaryExpr 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.Fields in eu.bandm.tools.tpath.absy with type parameters of type TPath.UnaryExprModifier and TypeFieldDescriptionstatic final Function<TPath.UnaryExpr, TPath.Expr> TPath.UnaryExpr.get_argDeprecated.Use new '::' method reference instead.Methods in eu.bandm.tools.tpath.absy that return TPath.UnaryExprModifier and TypeMethodDescriptionTPath.UnaryExpr.doclone()Clones this object.TPath.__SAX_Parser.fill_UnaryExpr(Object res) Copies values of all common fields from the argument.TPath.__SAX_Parser.matchSAX_UnaryExpr()Methods in eu.bandm.tools.tpath.absy that return types with arguments of type TPath.UnaryExprModifier and TypeMethodDescriptionstatic Pattern<TPath.UnaryExpr> TPath.UnaryExpr.get_arg(Pattern<? super TPath.Expr> p) Lifts a pattern which matches the field value to one which matches this whole object.static Pattern<TPath.UnaryExpr> TPath.__Patterns.term_UnaryExpr(Pattern<? super TPath.Expr> superpattern, Pattern<? super TPath.Expr> p_arg) Methods in eu.bandm.tools.tpath.absy with parameters of type TPath.UnaryExprModifier and TypeMethodDescriptionprotected voidTPath.__Formatter.action(TPath.UnaryExpr el) voidTPath.__SAX_Writer.action(TPath.UnaryExpr e0) protected voidTPath.Dump.action(TPath.UnaryExpr e0) protected voidTPath.MATCH_ONLY_00.action(TPath.UnaryExpr e0) protected voidTPath.Rewriter.action(TPath.UnaryExpr e0) protected voidTPath.Visitor.action(TPath.UnaryExpr e0) protected voidTPath.Dump.descend(TPath.UnaryExpr e0) protected voidTPath.Visitor.descend(TPath.UnaryExpr e0) voidTPath.__SAX_Writer.dumpfields(TPath.UnaryExpr e0) voidTPath.__SAX_Parser.XMLPARSER_UnaryExpr.fillFields(TPath.UnaryExpr newobj) voidTPath.MATCH_ONLY_00.match(TPath.UnaryExpr e0) voidTPath.__SAX_Parser.XMLPARSER_UnaryExpr.parsefields(TPath.UnaryExpr newobj) protected voidTPath.Visitor.post(TPath.UnaryExpr e0) protected voidTPath.Visitor.pre(TPath.UnaryExpr e0) protected voidTPath.Dump.printscalars(TPath.UnaryExpr e0) protected voidTPath.Rewriter.rewriteFields(TPath.UnaryExpr clone) protected FormatTPath.__Formatter.toFormat(TPath.UnaryExpr el) Method parameters in eu.bandm.tools.tpath.absy with type arguments of type TPath.UnaryExprModifier and TypeMethodDescriptionTPath.__Patterns.cast_UnaryExpr(Pattern<? super TPath.UnaryExpr> p) TPath.__Patterns.term_Neg(Pattern<? super TPath.UnaryExpr> superpattern) static Pattern<TPath.Paren> TPath.__Patterns.term_Paren(Pattern<? super TPath.UnaryExpr> superpattern) -
Uses of TPath.UnaryExpr in eu.bandm.tools.tpath.runtime
Methods in eu.bandm.tools.tpath.runtime with parameters of type TPath.UnaryExpr