Uses of Interface
org.oristool.lello.visitor.SymbolicVisitor
Packages that use SymbolicVisitor
Package
Description
Provides classes for AST representation.
AST visitors.
-
Uses of SymbolicVisitor in org.oristool.lello.ast
Methods in org.oristool.lello.ast with parameters of type SymbolicVisitorModifier and TypeMethodDescriptionBinaryExpression.simplify
(Bindings bindings, SymbolicVisitor visitor) Brackets.simplify
(Bindings bindings, SymbolicVisitor visitor) Constant.simplify
(Bindings bindings, SymbolicVisitor visitor) abstract Expression
Expression.simplify
(Bindings bindings, SymbolicVisitor visitor) Tries to simplify this expression.FunctionCall.simplify
(Bindings bindings, SymbolicVisitor visitor) UnaryExpression.simplify
(Bindings bindings, SymbolicVisitor visitor) Variable.simplify
(Bindings bindings, SymbolicVisitor visitor) -
Uses of SymbolicVisitor in org.oristool.lello.visitor
Classes in org.oristool.lello.visitor that implement SymbolicVisitorModifier and TypeClassDescriptionclass
Simplifies a Lello expression by using some elementary algebraic properties.