Uses of Interface
org.extex.scanner.type.token.TokenVisitor

Packages that use TokenVisitor
org.extex.interpreter.max This package contains the macro expansion engine and supporting classes. 
org.extex.scanner.type.token This package contains the token types for the scanner of ExTeX. 
 

Uses of TokenVisitor in org.extex.interpreter.max
 

Classes in org.extex.interpreter.max that implement TokenVisitor
 class Max
          This is a reference implementation for a MAcro eXpander.
 class Moritz
          This class provides the layer above the input streams and the tokenizer.
 class StringSource
          This class provides a token source which is fed from a string.
 

Uses of TokenVisitor in org.extex.scanner.type.token
 

Methods in org.extex.scanner.type.token with parameters of type TokenVisitor
 java.lang.Object SpaceToken.visit(TokenVisitor visitor, java.lang.Object arg1)
          Invoke the appropriate visit method for the current class.
 java.lang.Object ActiveCharacterToken.visit(TokenVisitor visitor, java.lang.Object arg1)
          Invoke the appropriate visit method for the current class.
 java.lang.Object LeftBraceToken.visit(TokenVisitor visitor, java.lang.Object arg1)
          Invoke the appropriate visit method for the current class.
 java.lang.Object MathShiftToken.visit(TokenVisitor visitor, java.lang.Object arg1)
          Invoke the appropriate visit method for the current class.
 java.lang.Object MacroParamToken.visit(TokenVisitor visitor, java.lang.Object arg1)
          Invoke the appropriate visit method for the current class.
 java.lang.Object SupMarkToken.visit(TokenVisitor visitor, java.lang.Object arg1)
          Invoke the appropriate visit method for the current class.
 java.lang.Object OtherToken.visit(TokenVisitor visitor, java.lang.Object arg1)
          Invoke the appropriate visit method for the current class.
 java.lang.Object TabMarkToken.visit(TokenVisitor visitor, java.lang.Object arg1)
          Invoke the appropriate visit method for the current class.
 java.lang.Object Token.visit(TokenVisitor visitor, java.lang.Object arg1)
          Invoke the appropriate visit method for the current class.
 java.lang.Object RightBraceToken.visit(TokenVisitor visitor, java.lang.Object arg1)
          Invoke the appropriate visit method for the current class.
 java.lang.Object ControlSequenceToken.visit(TokenVisitor visitor, java.lang.Object arg1)
          Invoke the appropriate visit method for the current class.
 java.lang.Object CrToken.visit(TokenVisitor visitor, java.lang.Object arg1)
          Invoke the appropriate visit method for the current class.
 java.lang.Object SubMarkToken.visit(TokenVisitor visitor, java.lang.Object arg1)
          Invoke the appropriate visit method for the current class.
 java.lang.Object LetterToken.visit(TokenVisitor visitor, java.lang.Object arg1)
          Invoke the appropriate visit method for the current class.