public static enum Token.TokenType extends Enum<Token.TokenType>
public static final Token.TokenType String
public static final Token.TokenType Variable
public static final Token.TokenType Number
public static final Token.TokenType Char
public static final Token.TokenType Operator
public static final Token.TokenType Pattern
public static final Token.TokenType Delegate
public static Token.TokenType[] values()
for (Token.TokenType c : Token.TokenType.values()) System.out.println(c);
public static Token.TokenType valueOf(String name)
name - 要返回的枚举常量的名称。Copyright © 2013. All Rights Reserved.