public static enum DelegateToken.DelegateTokenType extends Enum<DelegateToken.DelegateTokenType>
| 枚举常量和说明 |
|---|
And_Left |
Array |
Index_Start |
Join_Left |
Method_Name |
Method_Param |
Ternary_Boolean |
Ternary_Left |
| 限定符和类型 | 方法和说明 |
|---|---|
static DelegateToken.DelegateTokenType |
valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static DelegateToken.DelegateTokenType[] |
values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
public static final DelegateToken.DelegateTokenType And_Left
public static final DelegateToken.DelegateTokenType Join_Left
public static final DelegateToken.DelegateTokenType Ternary_Boolean
public static final DelegateToken.DelegateTokenType Ternary_Left
public static final DelegateToken.DelegateTokenType Array
public static final DelegateToken.DelegateTokenType Index_Start
public static final DelegateToken.DelegateTokenType Method_Name
public static final DelegateToken.DelegateTokenType Method_Param
public static DelegateToken.DelegateTokenType[] values()
for (DelegateToken.DelegateTokenType c : DelegateToken.DelegateTokenType.values()) System.out.println(c);
public static DelegateToken.DelegateTokenType valueOf(String name)
name - 要返回的枚举常量的名称。如果该枚举类型没有带有指定名称的常量, - 则抛出 IllegalArgumentException如果参数为空值, - 则抛出 NullPointerExceptionCopyright © 2017. All Rights Reserved.