|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.aspectj.org.eclipse.jdt.internal.compiler.ast.ASTNode
org.aspectj.org.eclipse.jdt.internal.compiler.ast.Statement
org.aspectj.org.eclipse.jdt.internal.compiler.ast.Expression
org.aspectj.org.eclipse.jdt.internal.compiler.ast.Reference
org.aspectj.org.eclipse.jdt.internal.compiler.ast.NameReference
org.aspectj.org.eclipse.jdt.internal.compiler.ast.QualifiedNameReference
org.aspectj.org.eclipse.jdt.internal.codeassist.complete.CompletionOnQualifiedNameReference
public class CompletionOnQualifiedNameReference
| Field Summary | |
|---|---|
char[] |
completionIdentifier
|
boolean |
isInsideAnnotationAttribute
|
| Fields inherited from class org.aspectj.org.eclipse.jdt.internal.compiler.ast.QualifiedNameReference |
|---|
genericCast, indexOfFirstFieldBinding, otherBindings, otherGenericCasts, sourcePositions, syntheticReadAccessors, syntheticWriteAccessor, tokens |
| Fields inherited from class org.aspectj.org.eclipse.jdt.internal.compiler.ast.NameReference |
|---|
actualReceiverType, binding |
| Fields inherited from class org.aspectj.org.eclipse.jdt.internal.compiler.ast.Expression |
|---|
constant, implicitConversion, resolvedType, statementEnd |
| Fields inherited from class org.aspectj.org.eclipse.jdt.internal.compiler.ast.Statement |
|---|
COMPLAINED_FAKE_REACHABLE, COMPLAINED_UNREACHABLE, NOT_COMPLAINED |
| Constructor Summary | |
|---|---|
CompletionOnQualifiedNameReference(char[][] previousIdentifiers,
char[] completionIdentifier,
long[] positions,
boolean isInsideAnnotationAttribute)
|
|
| Method Summary | |
|---|---|
java.lang.StringBuffer |
printExpression(int indent,
java.lang.StringBuffer output)
|
TypeBinding |
resolveType(BlockScope scope)
Resolve the type of this expression in the context of a blockScope |
| Methods inherited from class org.aspectj.org.eclipse.jdt.internal.compiler.ast.QualifiedNameReference |
|---|
analyseAssignment, analyseCode, analyseCode, checkNPE, computeConversion, generateAssignment, generateCode, generateCompoundAssignment, generatePostIncrement, generateReadSequence, generateReceiver, genericTypeArguments, getCodegenBinding, getFinalReceiverType, getGenericCast, getOtherFieldBindings, manageEnclosingInstanceAccessIfNecessary, manageSyntheticAccessIfNecessary, nullStatus, optimizedBooleanConstant, postConversionType, reportError, setFieldIndex, setGenericCast, setSyntheticAccessor, traverse, traverse, unboundReferenceErrorName |
| Methods inherited from class org.aspectj.org.eclipse.jdt.internal.compiler.ast.NameReference |
|---|
fieldBinding, isSuperAccess, isTypeAccess, isTypeReference, setActualReceiverType, setDepth |
| Methods inherited from class org.aspectj.org.eclipse.jdt.internal.compiler.ast.Reference |
|---|
fieldStore |
| Methods inherited from class org.aspectj.org.eclipse.jdt.internal.compiler.ast.Expression |
|---|
checkCastTypesCompatibility, checkNPE, checkUnsafeCast, forcedToBeRaw, generateCode, generateOptimizedBoolean, generateOptimizedStringConcatenation, generateOptimizedStringConcatenationCreation, getDirectBinding, isCompactableOperation, isConstantValueOfTypeAssignableToType, isConstantValueRepresentable, localVariableBinding, markAsNonNull, print, printStatement, resolve, resolveType, resolveTypeExpecting, reusableJSRTarget, setExpectedType, tagAsNeedCheckCast, tagAsUnnecessaryCast, toTypeReference |
| Methods inherited from class org.aspectj.org.eclipse.jdt.internal.compiler.ast.Statement |
|---|
branchChainTo, checkAgainstNullAnnotation, complainIfUnreachable, expectedType, generateArguments, isBoxingCompatible, isEmptyBlock, isKnowDeadCodePattern, isValidJavaStatement, resolveCase |
| Methods inherited from class org.aspectj.org.eclipse.jdt.internal.compiler.ast.ASTNode |
|---|
checkInvocationArguments, concreteStatement, isFieldUseDeprecated, isImplicitThis, isMethodUseDeprecated, isSuper, isThis, isTypeUseDeprecated, printAnnotations, printIndent, printModifiers, resolveAnnotations, resolveDeprecatedAnnotations, sourceEnd, sourceStart, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.aspectj.org.eclipse.jdt.internal.compiler.lookup.InvocationSite |
|---|
expectedType, sourceEnd, sourceStart |
| Field Detail |
|---|
public char[] completionIdentifier
public boolean isInsideAnnotationAttribute
| Constructor Detail |
|---|
public CompletionOnQualifiedNameReference(char[][] previousIdentifiers,
char[] completionIdentifier,
long[] positions,
boolean isInsideAnnotationAttribute)
| Method Detail |
|---|
public java.lang.StringBuffer printExpression(int indent,
java.lang.StringBuffer output)
printExpression in class QualifiedNameReferencepublic TypeBinding resolveType(BlockScope scope)
Expression
resolveType in class QualifiedNameReference
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||