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

Packages that use SupMarkToken
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 SupMarkToken in de.dante.extex.interpreter.max
 

Methods in de.dante.extex.interpreter.max with parameters of type SupMarkToken
 java.lang.Object Max.visitSupMark(SupMarkToken token, java.lang.Object ignore)
          This visit method is invoked on a sup mark token.
 

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

Methods in de.dante.extex.scanner.type.token with parameters of type SupMarkToken
 java.lang.Object TokenVisitor.visitSupMark(SupMarkToken token, java.lang.Object arg)
          This visit method is invoked on a sup mark token.