Uses of Class
eu.bandm.tools.tpath.absy.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
Modifier and TypeClassDescriptionstatic class
Generated by umod; model author's documentation MISSING.static class
Generated by umod; model author's documentation MISSING.Modifier and TypeFieldDescriptionstatic final Function<TPath.UnaryExpr,
TPath.Expr> TPath.UnaryExpr.get_arg
Deprecated.Use new '::' method reference instead.Modifier 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()
Modifier 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) Modifier and TypeMethodDescriptionprotected void
TPath.__Formatter.action
(TPath.UnaryExpr el) void
TPath.__SAX_Writer.action
(TPath.UnaryExpr e0) protected void
TPath.Dump.action
(TPath.UnaryExpr e0) protected void
TPath.MATCH_ONLY_00.action
(TPath.UnaryExpr e0) protected void
TPath.Rewriter.action
(TPath.UnaryExpr e0) protected void
TPath.Visitor.action
(TPath.UnaryExpr e0) protected void
TPath.Dump.descend
(TPath.UnaryExpr e0) protected void
TPath.Visitor.descend
(TPath.UnaryExpr e0) void
TPath.__SAX_Writer.dumpfields
(TPath.UnaryExpr e0) void
TPath.__SAX_Parser.XMLPARSER_UnaryExpr.fillFields
(TPath.UnaryExpr newobj) void
TPath.MATCH_ONLY_00.match
(TPath.UnaryExpr e0) void
TPath.__SAX_Parser.XMLPARSER_UnaryExpr.parsefields
(TPath.UnaryExpr newobj) protected void
TPath.Visitor.post
(TPath.UnaryExpr e0) protected void
TPath.Visitor.pre
(TPath.UnaryExpr e0) protected void
TPath.Dump.printscalars
(TPath.UnaryExpr e0) protected void
TPath.Rewriter.rewriteFields
(TPath.UnaryExpr clone) protected Format
TPath.__Formatter.toFormat
(TPath.UnaryExpr el) Modifier 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