Uses of Package
org.oristool.lello.visitor
Packages that use org.oristool.lello.visitor
Package
Description
Provides classes for AST representation.
AST visitors.
-
Classes in org.oristool.lello.visitor used by org.oristool.lello.astClassDescriptionA 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.
-
Classes in org.oristool.lello.visitor used by org.oristool.lello.visitorClassDescriptionA 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.