Package org.oristool.lello.visitor
AST visitors.
-
Interface Summary Interface Description FormatVisitor A Visitor interface used to format expressions; a concrete expression calls the appropriate method of the Visitor passing a reference to itself.SymbolicVisitor A Visitor interface used to perform symbolic manipulations on expressions, such as simplifications; a concrete expression calls the appropriate method of the Visitor passing a reference to itself. -
Class Summary Class Description DefaultFormatter Formats a Lello expression according to a C-like syntax.DefaultSimplification Simplifies a Lello expression by using some elementary algebraic properties.