Uses of Interface
org.extex.interpreter.interaction.InteractionVisitor

Packages that use InteractionVisitor
org.extex.interpreter.interaction This package contains classes and interfaces for the interaction mode. 
 

Uses of InteractionVisitor in org.extex.interpreter.interaction
 

Methods in org.extex.interpreter.interaction with parameters of type InteractionVisitor
abstract  boolean Interaction.visit(InteractionVisitor visitor, java.lang.Object arg1, java.lang.Object arg2, java.lang.Object arg3)
          This method provides an entry point for the visitor pattern.