public static enum InferredJavaType.Source extends Enum<InferredJavaType.Source>
Enum Constant and Description |
---|
BOOTSTRAP |
CONSTRUCTOR |
EXCEPTION |
EXPRESSION |
FIELD |
FORCE_TARGET_TYPE |
FUNCTION |
GENERICCALL |
IMPROVED_ITERATION |
INSTRUCTION |
LITERAL |
OPERATION |
PROTOTYPE |
RESOLVE_CLASH |
STRING_TRANSFORM |
TERNARY |
TEST |
TRANSFORM |
UNKNOWN |
Modifier and Type | Method and Description |
---|---|
static InferredJavaType.Source |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InferredJavaType.Source[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InferredJavaType.Source TEST
public static final InferredJavaType.Source UNKNOWN
public static final InferredJavaType.Source LITERAL
public static final InferredJavaType.Source FIELD
public static final InferredJavaType.Source FUNCTION
public static final InferredJavaType.Source PROTOTYPE
public static final InferredJavaType.Source BOOTSTRAP
public static final InferredJavaType.Source CONSTRUCTOR
public static final InferredJavaType.Source OPERATION
public static final InferredJavaType.Source EXPRESSION
public static final InferredJavaType.Source INSTRUCTION
public static final InferredJavaType.Source GENERICCALL
public static final InferredJavaType.Source EXCEPTION
public static final InferredJavaType.Source STRING_TRANSFORM
public static final InferredJavaType.Source IMPROVED_ITERATION
public static final InferredJavaType.Source TERNARY
public static final InferredJavaType.Source RESOLVE_CLASH
public static final InferredJavaType.Source FORCE_TARGET_TYPE
public static final InferredJavaType.Source TRANSFORM
public static InferredJavaType.Source[] values()
for (InferredJavaType.Source c : InferredJavaType.Source.values()) System.out.println(c);
public static InferredJavaType.Source 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 © 2011-2021. All Rights Reserved.