Uses of Package
org.oristool.lello.visitor

Packages that use org.oristool.lello.visitor
Package
Description
Provides classes for AST representation.
AST visitors.
  • Class
    Description
    A Visitor interface used to format expressions; a concrete expression calls the appropriate method of the Visitor passing a reference to itself.
    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
    Description
    A Visitor interface used to format expressions; a concrete expression calls the appropriate method of the Visitor passing a reference to itself.
    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.