Uses of Class
eu.bandm.tools.tpath.absy.TPath.BinaryExpr
Package
Description
Abstract syntax of the tpath language, realized as a umod model.
Infrastructure for evaluating tpath expressions.
-
Uses of TPath.BinaryExpr 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.static class
Generated by umod; model author's documentation MISSING.static class
Generated by umod; model author's documentation MISSING.static class
Generated by umod; model author's documentation MISSING.static class
Generated by umod; model author's documentation MISSING.static class
Generated by umod; model author's documentation MISSING.static class
Generated by umod; model author's documentation MISSING.static class
Generated by umod; model author's documentation MISSING.static class
Generated by umod; model author's documentation MISSING.static class
Generated by umod; model author's documentation MISSING.static class
Generated by umod; model author's documentation MISSING.static class
Generated by umod; model author's documentation MISSING.static class
Generated by umod; model author's documentation MISSING.static class
Generated by umod; model author's documentation MISSING.static class
Generated by umod; model author's documentation MISSING.static class
Generated by umod; model author's documentation MISSING.static 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.BinaryExpr,
TPath.Expr> TPath.BinaryExpr.get_left
Deprecated.Use new '::' method reference instead.static final Function<TPath.BinaryExpr,
TPath.Expr> TPath.BinaryExpr.get_right
Deprecated.Use new '::' method reference instead.Modifier and TypeMethodDescriptionTPath.BinaryExpr.doclone()
Clones this object.TPath.__SAX_Parser.fill_BinaryExpr
(Object res) Copies values of all common fields from the argument.TPath.__SAX_Parser.matchSAX_BinaryExpr()
Modifier and TypeMethodDescriptionprotected void
TPath.__Formatter.action
(TPath.BinaryExpr el) void
TPath.__SAX_Writer.action
(TPath.BinaryExpr e0) protected void
TPath.MATCH_ONLY_00.action
(TPath.BinaryExpr e0) protected void
TPath.Rewriter.action
(TPath.BinaryExpr e0) protected void
TPath.Visitor.action
(TPath.BinaryExpr e0) protected void
TPath.Visitor.descend
(TPath.BinaryExpr e0) void
TPath.__SAX_Writer.dumpfields
(TPath.BinaryExpr e0) void
TPath.__SAX_Parser.XMLPARSER_BinaryExpr.fillFields
(TPath.BinaryExpr newobj) void
TPath.MATCH_ONLY_00.match
(TPath.BinaryExpr e0) void
TPath.__SAX_Parser.XMLPARSER_BinaryExpr.parsefields
(TPath.BinaryExpr newobj) protected void
TPath.Visitor.post
(TPath.BinaryExpr e0) protected void
TPath.Visitor.pre
(TPath.BinaryExpr e0) protected void
TPath.Rewriter.rewriteFields
(TPath.BinaryExpr clone) protected Format
TPath.__Formatter.toFormat
(TPath.BinaryExpr el) -
Uses of TPath.BinaryExpr in eu.bandm.tools.tpath.runtime
Modifier and TypeMethodDescriptionprotected void
SimpleInterpreter.Visitor.op
(TPath.BinaryExpr x, BiFunction<Value<N>, Value<N>, Value<N>> op)