public static enum HLJCompilerContext.LookupType extends Enum<HLJCompilerContext.LookupType>
| Enum Constant and Description |
|---|
DOLLAR_VAR |
FIELD |
LOCAL_VAR |
METHOD |
PACKAGE |
STATIC_FIELD |
TYPE |
| Modifier and Type | Method and Description |
|---|---|
static HLJCompilerContext.LookupType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HLJCompilerContext.LookupType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HLJCompilerContext.LookupType TYPE
public static final HLJCompilerContext.LookupType PACKAGE
public static final HLJCompilerContext.LookupType LOCAL_VAR
public static final HLJCompilerContext.LookupType STATIC_FIELD
public static final HLJCompilerContext.LookupType METHOD
public static final HLJCompilerContext.LookupType DOLLAR_VAR
public static final HLJCompilerContext.LookupType FIELD
public static HLJCompilerContext.LookupType[] values()
for (HLJCompilerContext.LookupType c : HLJCompilerContext.LookupType.values()) System.out.println(c);
public static HLJCompilerContext.LookupType 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 © 2021 vpc open source initiative. All rights reserved.