Uses of Class
org.extex.scanner.type.token.OtherToken

Packages that use OtherToken
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 OtherToken in org.extex.interpreter.max
 

Methods in org.extex.interpreter.max with parameters of type OtherToken
 java.lang.Object Max.visitOther(OtherToken token, java.lang.Object ignore)
          This visit method is invoked on an other token.
 

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

Methods in org.extex.scanner.type.token with parameters of type OtherToken
 RET_TYPE TokenVisitor.visitOther(OtherToken token, ARG_TYPE arg)
          This visit method is invoked on an other token.