public final class Keys
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.util.List<com.strobel.componentmodel.Key<?>> |
ALL_KEYS |
static com.strobel.componentmodel.Key<TypeReference> |
ANONYMOUS_BASE_TYPE_REFERENCE |
static com.strobel.componentmodel.Key<AstBuilder> |
AST_BUILDER |
static com.strobel.componentmodel.Key<java.lang.Object> |
CONSTANT_VALUE |
static com.strobel.componentmodel.Key<DynamicCallSite> |
DYNAMIC_CALL_SITE |
static com.strobel.componentmodel.Key<FieldDefinition> |
FIELD_DEFINITION |
static com.strobel.componentmodel.Key<MemberReference> |
MEMBER_REFERENCE |
static com.strobel.componentmodel.Key<MethodDefinition> |
METHOD_DEFINITION |
static com.strobel.componentmodel.Key<PackageReference> |
PACKAGE_REFERENCE |
static com.strobel.componentmodel.Key<ParameterDefinition> |
PARAMETER_DEFINITION |
static com.strobel.componentmodel.Key<TypeDefinition> |
TYPE_DEFINITION |
static com.strobel.componentmodel.Key<TypeReference> |
TYPE_REFERENCE |
static com.strobel.componentmodel.Key<Variable> |
VARIABLE |
static com.strobel.componentmodel.Key<VariableDefinition> |
VARIABLE_DEFINITION |
| Constructor and Description |
|---|
Keys() |
public static final com.strobel.componentmodel.Key<Variable> VARIABLE
public static final com.strobel.componentmodel.Key<VariableDefinition> VARIABLE_DEFINITION
public static final com.strobel.componentmodel.Key<ParameterDefinition> PARAMETER_DEFINITION
public static final com.strobel.componentmodel.Key<MemberReference> MEMBER_REFERENCE
public static final com.strobel.componentmodel.Key<PackageReference> PACKAGE_REFERENCE
public static final com.strobel.componentmodel.Key<FieldDefinition> FIELD_DEFINITION
public static final com.strobel.componentmodel.Key<MethodDefinition> METHOD_DEFINITION
public static final com.strobel.componentmodel.Key<TypeDefinition> TYPE_DEFINITION
public static final com.strobel.componentmodel.Key<TypeReference> TYPE_REFERENCE
public static final com.strobel.componentmodel.Key<TypeReference> ANONYMOUS_BASE_TYPE_REFERENCE
public static final com.strobel.componentmodel.Key<DynamicCallSite> DYNAMIC_CALL_SITE
public static final com.strobel.componentmodel.Key<AstBuilder> AST_BUILDER
public static final com.strobel.componentmodel.Key<java.lang.Object> CONSTANT_VALUE
public static final java.util.List<com.strobel.componentmodel.Key<?>> ALL_KEYS