Uses of Class
de.dante.extex.scanner.type.token.ActiveCharacterToken

Packages that use ActiveCharacterToken
de.dante.extex.interpreter.max This package contains an implementation for the interpreter. 
de.dante.extex.scanner.type.token This package contains the token types for the scanner of ExTeX. 
 

Uses of ActiveCharacterToken in de.dante.extex.interpreter.max
 

Methods in de.dante.extex.interpreter.max with parameters of type ActiveCharacterToken
 java.lang.Object Max.visitActive(ActiveCharacterToken token, java.lang.Object ignore)
          This visit method is invoked on an active token.
 

Uses of ActiveCharacterToken in de.dante.extex.scanner.type.token
 

Methods in de.dante.extex.scanner.type.token with parameters of type ActiveCharacterToken
 java.lang.Object TokenVisitor.visitActive(ActiveCharacterToken token, java.lang.Object arg)
          This visit method is invoked on an active token.