Serializable, Comparable<DelegateToken.DelegateTokenType>public static enum DelegateToken.DelegateTokenType extends Enum<DelegateToken.DelegateTokenType>
| Enum Constant | Description |
|---|---|
And_Left |
|
Array |
|
Index_Start |
|
Join_Left |
|
Lambda_New |
|
Method_Name |
|
Method_Param |
|
Ternary_Boolean |
|
Ternary_Left |
|
Ternay_End |
| Modifier and Type | Method | Description |
|---|---|---|
static DelegateToken.DelegateTokenType |
valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static DelegateToken.DelegateTokenType[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
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 final DelegateToken.DelegateTokenType Lambda_New
public static final DelegateToken.DelegateTokenType Ternay_End
public static DelegateToken.DelegateTokenType[] values()
for (DelegateToken.DelegateTokenType c : DelegateToken.DelegateTokenType.values()) System.out.println(c);
public static DelegateToken.DelegateTokenType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2022–2023. All rights reserved.