Uses of Interface
edu.iu.jrsalata.VisitorInterface
-
Uses of VisitorInterface in edu.iu.jrsalata
Classes in edu.iu.jrsalata that implement VisitorInterfaceModifier and TypeClassDescriptionclass
The ModificationVisitor class implements the VisitorInterface and is used to collect modification records from ExtendedStatement objects.Methods in edu.iu.jrsalata with parameters of type VisitorInterfaceModifier and TypeMethodDescriptionvoid
DirectiveStatement.accept
(VisitorInterface visitor) Accepts a visitor object and allows it to visit this directive statement.void
ExtendedStatement.accept
(VisitorInterface visitor) Accepts a visitor object and allows it to visit this instance of ExtendedStatement.void
RegisterStatement.accept
(VisitorInterface visitor) Accepts a visitor object and allows it to visit this RegisterStatement instance.void
SicStatement.accept
(VisitorInterface visitor) Accepts a visitor object that implements the VisitorInterface.void
SingleStatement.accept
(VisitorInterface visitor) Accepts a visitor object and allows it to visit this instance of SingleStatement.abstract void
Statement.accept
(VisitorInterface visitor) Accepts a visitor object that implements the VisitorInterface.