|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of LookupEnvironment in org.eclipse.jdt.internal.compiler |
|---|
| Fields in org.eclipse.jdt.internal.compiler declared as LookupEnvironment | |
|---|---|
LookupEnvironment |
Compiler.lookupEnvironment
|
| Uses of LookupEnvironment in org.eclipse.jdt.internal.compiler.classfmt |
|---|
| Constructors in org.eclipse.jdt.internal.compiler.classfmt with parameters of type LookupEnvironment | |
|---|---|
NonNullDefaultAwareTypeAnnotationWalker(IBinaryTypeAnnotation[] typeAnnotations,
int defaultNullness,
LookupEnvironment environment)
Create initial walker with non-empty type annotations. |
|
NonNullDefaultAwareTypeAnnotationWalker(int defaultNullness,
LookupEnvironment environment)
Create an initial walker without 'real' type annotations, but with a nonnull default. |
|
| Uses of LookupEnvironment in org.eclipse.jdt.internal.compiler.lookup |
|---|
| Fields in org.eclipse.jdt.internal.compiler.lookup declared as LookupEnvironment | |
|---|---|
LookupEnvironment |
PackageBinding.environment
|
LookupEnvironment |
CompilationUnitScope.environment
|
protected LookupEnvironment |
BinaryTypeBinding.environment
|
LookupEnvironment |
ParameterizedTypeBinding.environment
|
protected LookupEnvironment |
ImplicitNullAnnotationVerifier.environment
|
| Methods in org.eclipse.jdt.internal.compiler.lookup that return LookupEnvironment | |
|---|---|
LookupEnvironment |
ParameterizedGenericMethodBinding.environment()
|
LookupEnvironment |
Substitution.environment()
Returns the lookup environment |
LookupEnvironment |
Scope.environment()
|
LookupEnvironment |
ArrayBinding.environment()
|
LookupEnvironment |
InferenceSubstitution.environment()
|
LookupEnvironment |
ParameterizedTypeBinding.environment()
|
| Methods in org.eclipse.jdt.internal.compiler.lookup with parameters of type LookupEnvironment | |
|---|---|
static AnnotationBinding[] |
AnnotationBinding.addStandardAnnotations(AnnotationBinding[] recordedAnnotations,
long annotationTagBits,
LookupEnvironment env)
Add the standard annotations encoded in the tag bits to the recorded annotations. |
static boolean |
MethodVerifier.areReturnTypesCompatible(MethodBinding one,
MethodBinding two,
LookupEnvironment environment)
|
MethodBinding |
MethodBinding.asRawMethod(LookupEnvironment env)
|
static MethodBinding |
MethodVerifier.computeSubstituteMethod(MethodBinding inheritedMethod,
MethodBinding currentMethod,
LookupEnvironment environment)
|
static AnnotationBinding[] |
BinaryTypeBinding.createAnnotations(IBinaryAnnotation[] annotationInfos,
LookupEnvironment env,
char[][][] missingTypeNames)
|
static boolean |
MethodVerifier.doesMethodOverride(MethodBinding method,
MethodBinding inheritedMethod,
LookupEnvironment environment)
|
protected void |
MethodBinding.fillInDefaultNonNullness18(AbstractMethodDeclaration sourceMethod,
LookupEnvironment env)
|
static TypeBinding[] |
Scope.greaterLowerBound(TypeBinding[] types,
Scope scope,
LookupEnvironment environment)
|
static boolean |
MethodVerifier.isSubstituteParameterSubsignature(MethodBinding method,
MethodBinding substituteMethod,
LookupEnvironment environment)
|
static TypeBinding |
BinaryTypeBinding.resolveType(TypeBinding type,
LookupEnvironment environment,
boolean convertGenericToRawType)
|
void |
MethodBinding.setAnnotations(AnnotationBinding[] annotations,
AnnotationBinding[][] parameterAnnotations,
java.lang.Object defaultValue,
LookupEnvironment optionalEnv)
|
void |
UnresolvedReferenceBinding.swapUnresolved(UnresolvedReferenceBinding unresolvedType,
ReferenceBinding unannotatedType,
LookupEnvironment environment)
|
void |
TypeBinding.swapUnresolved(UnresolvedReferenceBinding unresolvedType,
ReferenceBinding resolvedType,
LookupEnvironment environment)
|
void |
ArrayBinding.swapUnresolved(UnresolvedReferenceBinding unresolvedType,
ReferenceBinding resolvedType,
LookupEnvironment env)
|
void |
WildcardBinding.swapUnresolved(UnresolvedReferenceBinding unresolvedType,
ReferenceBinding resolvedType,
LookupEnvironment env)
|
void |
ParameterizedTypeBinding.swapUnresolved(UnresolvedReferenceBinding unresolvedType,
ReferenceBinding resolvedType,
LookupEnvironment env)
|
| Constructors in org.eclipse.jdt.internal.compiler.lookup with parameters of type LookupEnvironment | |
|---|---|
AnnotatableTypeSystem(LookupEnvironment environment)
|
|
ArrayBinding(TypeBinding type,
int dimensions,
LookupEnvironment environment)
|
|
BinaryTypeBinding(PackageBinding packageBinding,
IBinaryType binaryType,
LookupEnvironment environment)
Standard constructor for creating binary type bindings from binary models (classfiles) |
|
BinaryTypeBinding(PackageBinding packageBinding,
IBinaryType binaryType,
LookupEnvironment environment,
boolean needFieldsAndMethods)
Standard constructor for creating binary type bindings from binary models (classfiles) |
|
CaptureBinding(ReferenceBinding sourceType,
char[] sourceName,
int position,
int captureID,
LookupEnvironment environment)
|
|
CaptureBinding18(ReferenceBinding contextType,
char[] sourceName,
char[] originalName,
int position,
int captureID,
LookupEnvironment environment)
|
|
CompilationUnitScope(CompilationUnitDeclaration unit,
LookupEnvironment environment)
|
|
ImplicitNullAnnotationVerifier(LookupEnvironment environment,
boolean inheritNullAnnotations)
|
|
InferenceSubstitution(LookupEnvironment environment,
InferenceVariable[] variables)
|
|
InferenceVariable(TypeBinding typeParameter,
int variableRank,
InvocationSite site,
LookupEnvironment environment,
ReferenceBinding object)
|
|
IntersectionCastTypeBinding(ReferenceBinding[] intersectingTypes,
LookupEnvironment environment)
|
|
MissingTypeBinding(PackageBinding packageBinding,
char[][] compoundName,
LookupEnvironment environment)
Special constructor for constructing proxies of missing types (114349) |
|
PackageBinding(char[][] compoundName,
PackageBinding parent,
LookupEnvironment environment)
|
|
PackageBinding(char[] topLevelPackageName,
LookupEnvironment environment)
|
|
PackageBinding(LookupEnvironment environment)
|
|
ParameterizedGenericMethodBinding(MethodBinding originalMethod,
RawTypeBinding rawType,
LookupEnvironment environment)
Create raw generic method for raw type (double substitution from type vars with raw type arguments, and erasure of method variables) Only invoked for non-static generic methods of raw type |
|
ParameterizedGenericMethodBinding(MethodBinding originalMethod,
TypeBinding[] typeArguments,
LookupEnvironment environment)
Create method of parameterized type, substituting original parameters with type arguments. |
|
ParameterizedMethodBinding(ReferenceBinding declaringClass,
MethodBinding originalMethod,
char[][] alternateParamaterNames,
LookupEnvironment environment)
Create method of parameterized type, substituting original parameters/exception/return type with type arguments. |
|
ParameterizedTypeBinding(ReferenceBinding type,
TypeBinding[] arguments,
ReferenceBinding enclosingType,
LookupEnvironment environment)
|
|
RawTypeBinding(ReferenceBinding type,
ReferenceBinding enclosingType,
LookupEnvironment environment)
Raw type arguments are erasure of respective parameter bounds. |
|
SyntheticFactoryMethodBinding(MethodBinding method,
LookupEnvironment environment,
ReferenceBinding enclosingType)
|
|
TypeSystem(LookupEnvironment environment)
|
|
TypeVariableBinding(char[] sourceName,
Binding declaringElement,
int rank,
LookupEnvironment environment)
|
|
WildcardBinding(ReferenceBinding genericType,
int rank,
TypeBinding bound,
TypeBinding[] otherBounds,
int boundKind,
LookupEnvironment environment)
When unbound, the bound denotes the corresponding type variable (so as to retrieve its bound lazily) |
|
| Uses of LookupEnvironment in org.eclipse.jdt.internal.compiler.problem |
|---|
| Methods in org.eclipse.jdt.internal.compiler.problem with parameters of type LookupEnvironment | |
|---|---|
void |
ProblemReporter.dereferencingNullableExpression(long positions,
LookupEnvironment env)
|
| Uses of LookupEnvironment in org.eclipse.jdt.internal.core.util |
|---|
| Constructors in org.eclipse.jdt.internal.core.util with parameters of type LookupEnvironment | |
|---|---|
BindingKeyResolver(java.lang.String key,
Compiler compiler,
LookupEnvironment environment)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||