Uses of Interface
org.extex.interpreter.context.group.GroupTypeVisitor

Packages that use GroupTypeVisitor
org.extex.interpreter.context.group This package contains some support classes for groups. 
 

Uses of GroupTypeVisitor in org.extex.interpreter.context.group
 

Methods in org.extex.interpreter.context.group with parameters of type GroupTypeVisitor
abstract  java.lang.Object GroupType.visit(GroupTypeVisitor visitor, java.lang.Object arg)
          This is the entry point to separate the different group types.