|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Binding in org.eclipse.jdt.internal.compiler.apt.model |
---|
Fields in org.eclipse.jdt.internal.compiler.apt.model declared as Binding | |
---|---|
protected Binding |
TypeMirrorImpl._binding
|
Binding |
ElementImpl._binding
|
Methods in org.eclipse.jdt.internal.compiler.apt.model with parameters of type Binding | |
---|---|
Element |
Factory.newElement(Binding binding)
|
Element |
Factory.newElement(Binding binding,
ElementKind kindHint)
Create a new element that knows what kind it is even if the binding is unresolved. |
TypeMirror |
Factory.newTypeMirror(Binding binding)
Given a binding of uncertain type, try to create the right sort of TypeMirror for it. |
Constructors in org.eclipse.jdt.internal.compiler.apt.model with parameters of type Binding | |
---|---|
ElementImpl(BaseProcessingEnvImpl env,
Binding binding)
|
Uses of Binding in org.eclipse.jdt.internal.compiler.ast |
---|
Fields in org.eclipse.jdt.internal.compiler.ast declared as Binding | |
---|---|
Binding |
NameReference.binding
|
Binding |
Annotation.recipient
|
Methods in org.eclipse.jdt.internal.compiler.ast that return Binding | |
---|---|
static Binding |
Expression.getDirectBinding(Expression someExpression)
|
Methods in org.eclipse.jdt.internal.compiler.ast with parameters of type Binding | |
---|---|
static void |
ASTNode.resolveAnnotations(BlockScope scope,
Annotation[] sourceAnnotations,
Binding recipient)
Resolve annotations, and check duplicates, answers combined tagBits for recognized standard annotations |
static void |
ASTNode.resolveDeprecatedAnnotations(BlockScope scope,
Annotation[] annotations,
Binding recipient)
Figures if @Deprecated annotation is specified, do not resolve entire annotations. |
Uses of Binding in org.eclipse.jdt.internal.compiler.codegen |
---|
Methods in org.eclipse.jdt.internal.compiler.codegen with parameters of type Binding | |
---|---|
void |
StackMapFrameCodeStream.generateOuterAccess(Object[] mappingSequence,
ASTNode invocationSite,
Binding target,
Scope scope)
|
void |
CodeStream.generateOuterAccess(Object[] mappingSequence,
ASTNode invocationSite,
Binding target,
Scope scope)
|
Uses of Binding in org.eclipse.jdt.internal.compiler.lookup |
---|
Fields in org.eclipse.jdt.internal.compiler.lookup declared as Binding | |
---|---|
Binding |
TypeVariableBinding.declaringElement
|
Binding |
ImportBinding.resolvedImport
|
Methods in org.eclipse.jdt.internal.compiler.lookup that return Binding | |
---|---|
Binding |
CompilationUnitScope.findImport(char[][] compoundName,
boolean findStaticImports,
boolean onDemand)
|
Binding |
BlockScope.getBinding(char[][] compoundName,
int mask,
InvocationSite invocationSite,
boolean needResolve)
|
Binding |
BlockScope.getBinding(char[][] compoundName,
InvocationSite invocationSite)
|
Binding |
Scope.getBinding(char[] name,
int mask,
InvocationSite invocationSite,
boolean needResolve)
|
Binding |
CompilationUnitScope.getImport(char[][] compoundName,
boolean onDemand,
boolean isStaticImport)
|
Binding |
Scope.getPackage(char[][] compoundName)
|
Binding |
PackageBinding.getTypeOrPackage(char[] name)
|
Binding |
Scope.getTypeOrPackage(char[][] compoundName)
|
Methods in org.eclipse.jdt.internal.compiler.lookup with parameters of type Binding | |
---|---|
TypeVariableBinding[] |
Scope.createTypeVariables(TypeParameter[] typeParameters,
Binding declaringElement)
|
AnnotationHolder |
SourceTypeBinding.retrieveAnnotationHolder(Binding binding,
boolean forceInitialization)
|
AnnotationHolder |
ReferenceBinding.retrieveAnnotationHolder(Binding binding,
boolean forceInitialization)
|
Constructors in org.eclipse.jdt.internal.compiler.lookup with parameters of type Binding | |
---|---|
ImportBinding(char[][] compoundName,
boolean isOnDemand,
Binding binding,
ImportReference reference)
|
|
ImportConflictBinding(char[][] compoundName,
Binding methodBinding,
ReferenceBinding conflictingTypeBinding,
ImportReference reference)
|
|
TypeVariableBinding(char[] sourceName,
Binding declaringElement,
int rank,
LookupEnvironment environment)
|
Uses of Binding in org.eclipse.jdt.internal.compiler.problem |
---|
Methods in org.eclipse.jdt.internal.compiler.problem with parameters of type Binding | |
---|---|
void |
ProblemReporter.fieldHiding(FieldDeclaration fieldDecl,
Binding hiddenVariable)
|
void |
ProblemReporter.importProblem(ImportReference importRef,
Binding expectedImport)
|
void |
ProblemReporter.javadocAmbiguousMethodReference(int sourceStart,
int sourceEnd,
Binding fieldBinding,
int modifiers)
|
void |
ProblemReporter.javadocInvalidField(FieldReference fieldRef,
Binding fieldBinding,
TypeBinding searchedType,
int modifiers)
|
void |
ProblemReporter.localVariableHiding(LocalDeclaration local,
Binding hiddenVariable,
boolean isSpecialArgHidingField)
|
void |
ProblemReporter.typeHiding(TypeParameter typeParam,
Binding hidden)
|
void |
ProblemReporter.unresolvableReference(NameReference nameRef,
Binding binding)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |