Uses of Class
tip.node.TokenEnum

Packages that use TokenEnum
tip.node Provides node classes for representing the TIP ASTs. 
 

Uses of TokenEnum in tip.node
 

Methods in tip.node that return TokenEnum
 TokenEnum TWhiteSpace.kindToken()
          Returns the TokenEnum corresponding to the type of this Token node.
 TokenEnum TWhile.kindToken()
          Returns the TokenEnum corresponding to the type of this Token node.
 TokenEnum TVar.kindToken()
          Returns the TokenEnum corresponding to the type of this Token node.
 TokenEnum TStar.kindToken()
          Returns the TokenEnum corresponding to the type of this Token node.
 TokenEnum TSemicolon.kindToken()
          Returns the TokenEnum corresponding to the type of this Token node.
 TokenEnum TRPar.kindToken()
          Returns the TokenEnum corresponding to the type of this Token node.
 TokenEnum TReturn.kindToken()
          Returns the TokenEnum corresponding to the type of this Token node.
 TokenEnum TRBrace.kindToken()
          Returns the TokenEnum corresponding to the type of this Token node.
 TokenEnum TPlus.kindToken()
          Returns the TokenEnum corresponding to the type of this Token node.
 TokenEnum TOutput.kindToken()
          Returns the TokenEnum corresponding to the type of this Token node.
abstract  TokenEnum Token.kindToken()
          Returns the TokenEnum corresponding to the type of this Token node.
 TokenEnum TNull.kindToken()
          Returns the TokenEnum corresponding to the type of this Token node.
 TokenEnum TMinus.kindToken()
          Returns the TokenEnum corresponding to the type of this Token node.
 TokenEnum TMalloc.kindToken()
          Returns the TokenEnum corresponding to the type of this Token node.
 TokenEnum TLPar.kindToken()
          Returns the TokenEnum corresponding to the type of this Token node.
 TokenEnum TLBrace.kindToken()
          Returns the TokenEnum corresponding to the type of this Token node.
 TokenEnum TIntegerConst.kindToken()
          Returns the TokenEnum corresponding to the type of this Token node.
 TokenEnum TInput.kindToken()
          Returns the TokenEnum corresponding to the type of this Token node.
 TokenEnum TIf.kindToken()
          Returns the TokenEnum corresponding to the type of this Token node.
 TokenEnum TIdentifier.kindToken()
          Returns the TokenEnum corresponding to the type of this Token node.
 TokenEnum TGt.kindToken()
          Returns the TokenEnum corresponding to the type of this Token node.
 TokenEnum TEq.kindToken()
          Returns the TokenEnum corresponding to the type of this Token node.
 TokenEnum TElse.kindToken()
          Returns the TokenEnum corresponding to the type of this Token node.
 TokenEnum TDiv.kindToken()
          Returns the TokenEnum corresponding to the type of this Token node.
 TokenEnum TCommentSingle.kindToken()
          Returns the TokenEnum corresponding to the type of this Token node.
 TokenEnum TCommentBlock.kindToken()
          Returns the TokenEnum corresponding to the type of this Token node.
 TokenEnum TComma.kindToken()
          Returns the TokenEnum corresponding to the type of this Token node.
 TokenEnum TAssign.kindToken()
          Returns the TokenEnum corresponding to the type of this Token node.
 TokenEnum TAnd.kindToken()
          Returns the TokenEnum corresponding to the type of this Token node.
 TokenEnum EOF.kindToken()
          Returns the TokenEnum corresponding to the type of this Token node.
static TokenEnum TokenEnum.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static TokenEnum[] TokenEnum.values()
          Returns an array containing the constants of this enum type, in the order they are declared.