HEADER

Uses of Class
ru.biosoft.math.model.Token

Packages that use Token
ru.biosoft.math.model 

Uses of Token in ru.biosoft.math.model
 

Fields in ru.biosoft.math.model declared as Token
TokenToken.next
          A reference to the next regular (non-special) token from the input stream.
TokenToken.specialToken
          This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token.
 

Methods in ru.biosoft.math.model that return Token
final static TokenToken.newToken(int ofKind)
          Returns a new Token object, by default.
 


FOOTER

BOTTOM