Uses of Class
eu.bandm.tools.tpath.absy.TPath.BinaryExpr
Packages that use 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
Subclasses of TPath.BinaryExpr 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.static 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.static 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.static 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.static 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.static 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.static classGenerated by umod; model author's documentation MISSING.Fields in eu.bandm.tools.tpath.absy with type parameters of type TPath.BinaryExprModifier and TypeFieldDescriptionstatic final Function<TPath.BinaryExpr, TPath.Expr> TPath.BinaryExpr.get_leftDeprecated.Use new '::' method reference instead.static final Function<TPath.BinaryExpr, TPath.Expr> TPath.BinaryExpr.get_rightDeprecated.Use new '::' method reference instead.Methods in eu.bandm.tools.tpath.absy that return TPath.BinaryExprModifier 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()Methods in eu.bandm.tools.tpath.absy that return types with arguments of type TPath.BinaryExprModifier and TypeMethodDescriptionstatic Pattern<TPath.BinaryExpr> TPath.BinaryExpr.get_left(Pattern<? super TPath.Expr> p) Lifts a pattern which matches the field value to one which matches this whole object.static Pattern<TPath.BinaryExpr> TPath.BinaryExpr.get_right(Pattern<? super TPath.Expr> p) Lifts a pattern which matches the field value to one which matches this whole object.static Pattern<TPath.BinaryExpr> TPath.__Patterns.term_BinaryExpr(Pattern<? super TPath.Expr> superpattern, Pattern<? super TPath.Expr> p_left, Pattern<? super TPath.Expr> p_right) Methods in eu.bandm.tools.tpath.absy with parameters of type TPath.BinaryExprModifier and TypeMethodDescriptionprotected voidTPath.__Formatter.action(TPath.BinaryExpr el) voidTPath.__SAX_Writer.action(TPath.BinaryExpr e0) protected voidTPath.Dump.action(TPath.BinaryExpr e0) protected voidTPath.MATCH_ONLY_00.action(TPath.BinaryExpr e0) protected voidTPath.Rewriter.action(TPath.BinaryExpr e0) protected voidTPath.Visitor.action(TPath.BinaryExpr e0) protected voidTPath.Dump.descend(TPath.BinaryExpr e0) protected voidTPath.Visitor.descend(TPath.BinaryExpr e0) voidTPath.__SAX_Writer.dumpfields(TPath.BinaryExpr e0) voidTPath.__SAX_Parser.XMLPARSER_BinaryExpr.fillFields(TPath.BinaryExpr newobj) voidTPath.MATCH_ONLY_00.match(TPath.BinaryExpr e0) voidTPath.__SAX_Parser.XMLPARSER_BinaryExpr.parsefields(TPath.BinaryExpr newobj) protected voidTPath.Visitor.post(TPath.BinaryExpr e0) protected voidTPath.Visitor.pre(TPath.BinaryExpr e0) protected voidTPath.Dump.printscalars(TPath.BinaryExpr e0) protected voidTPath.Rewriter.rewriteFields(TPath.BinaryExpr clone) protected FormatTPath.__Formatter.toFormat(TPath.BinaryExpr el) Method parameters in eu.bandm.tools.tpath.absy with type arguments of type TPath.BinaryExprModifier and TypeMethodDescriptionTPath.__Patterns.cast_BinaryExpr(Pattern<? super TPath.BinaryExpr> p) static Pattern<TPath.ComparisonExpr> TPath.__Patterns.term_ComparisonExpr(Pattern<? super TPath.BinaryExpr> superpattern) static Pattern<TPath.EqualityExpr> TPath.__Patterns.term_EqualityExpr(Pattern<? super TPath.BinaryExpr> superpattern) static Pattern<TPath.Filter> TPath.__Patterns.term_Filter(Pattern<? super TPath.BinaryExpr> superpattern) static Pattern<TPath.LogicalExpr> TPath.__Patterns.term_LogicalExpr(Pattern<? super TPath.BinaryExpr> superpattern) static Pattern<TPath.NumericExpr> TPath.__Patterns.term_NumericExpr(Pattern<? super TPath.BinaryExpr> superpattern) static Pattern<TPath.Union> TPath.__Patterns.term_Union(Pattern<? super TPath.BinaryExpr> superpattern) -
Uses of TPath.BinaryExpr in eu.bandm.tools.tpath.runtime
Methods in eu.bandm.tools.tpath.runtime with parameters of type TPath.BinaryExprModifier and TypeMethodDescriptionprotected voidSimpleInterpreter.Visitor.op(TPath.BinaryExpr x, BiFunction<Value<N>, Value<N>, Value<N>> op)