|
|||||||||
| 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.SingleNameReference
org.aspectj.org.eclipse.jdt.internal.codeassist.complete.CompletionOnSingleNameReference
public class CompletionOnSingleNameReference
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.aspectj.org.eclipse.jdt.internal.compiler.lookup.InvocationSite |
|---|
InvocationSite.EmptyWithAstNode |
| Nested classes/interfaces inherited from interface org.aspectj.org.eclipse.jdt.internal.compiler.lookup.TypeConstants |
|---|
TypeConstants.CloseMethodRecord |
| Field Summary | |
|---|---|
boolean |
canBeExplicitConstructor
|
boolean |
isInsideAnnotationAttribute
|
boolean |
isPrecededByModifiers
|
char[][] |
possibleKeywords
|
| Fields inherited from class org.aspectj.org.eclipse.jdt.internal.compiler.ast.SingleNameReference |
|---|
genericCast, READ, syntheticAccessors, token, WRITE |
| 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 |
| Fields inherited from interface org.aspectj.org.eclipse.jdt.internal.compiler.ast.OperatorIds |
|---|
AND, AND_AND, DIVIDE, EQUAL, EQUAL_EQUAL, GREATER, GREATER_EQUAL, INSTANCEOF, LEFT_SHIFT, LESS, LESS_EQUAL, MINUS, MINUS_MINUS, MULTIPLY, NOT, NOT_EQUAL, NumberOfTables, OR, OR_OR, PLUS, PLUS_PLUS, QUESTIONCOLON, REMAINDER, RIGHT_SHIFT, TWIDDLE, UNSIGNED_RIGHT_SHIFT, XOR |
| Constructor Summary | |
|---|---|
CompletionOnSingleNameReference(char[] source,
long pos,
boolean isInsideAnnotationAttribute)
|
|
CompletionOnSingleNameReference(char[] source,
long pos,
char[][] possibleKeywords,
boolean canBeExplicitConstructor,
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.SingleNameReference |
|---|
analyseAssignment, analyseCode, analyseCode, checkFieldAccess, checkNPE, computeConversion, generateAssignment, generateCode, generateCompoundAssignment, generateCompoundAssignment, generatePostIncrement, generateReceiver, genericTypeArguments, getName, isEquivalent, localVariableBinding, manageEnclosingInstanceAccessIfNecessary, manageSyntheticAccessIfNecessary, nullAnnotatedVariableBinding, nullStatus, postConversionType, reportError, traverse, traverse, unboundReferenceErrorName |
| Methods inherited from class org.aspectj.org.eclipse.jdt.internal.compiler.ast.NameReference |
|---|
checkEffectiveFinality, fieldBinding, freshInferenceContext, isSuperAccess, isTypeAccess, isTypeReference, lastFieldBinding, setActualReceiverType, setDepth, setFieldIndex |
| Methods inherited from class org.aspectj.org.eclipse.jdt.internal.compiler.ast.Reference |
|---|
checkNullableFieldDereference, fieldStore |
| Methods inherited from class org.aspectj.org.eclipse.jdt.internal.compiler.ast.Statement |
|---|
analyseArguments, branchChainTo, checkAgainstNullTypeAnnotation, complainIfUnreachable, expectedType, findConstructorBinding, generateArguments, getExpressionContext, invocationTargetType, isBoxingCompatible, isEmptyBlock, isKnowDeadCodePattern, isValidJavaStatement, recordExceptionsForEnclosingLambda, resolveCase |
| Methods inherited from class org.aspectj.org.eclipse.jdt.internal.compiler.ast.ASTNode |
|---|
checkInvocationArguments, concreteStatement, copySE8AnnotationsToType, isFieldUseDeprecated, isImplicitThis, isMethodUseDeprecated, isSuper, isThis, isTypeUseDeprecated, isUnqualifiedSuper, printAnnotations, printIndent, printModifiers, receiverIsImplicitThis, resolveAnnotations, resolveAnnotations, resolveAnnotations, resolveDeprecatedAnnotations, resolvePolyExpressionArguments, resolvePolyExpressionArguments, 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 |
|---|
getExpressionContext, invocationTargetType, receiverIsImplicitThis, sourceEnd, sourceStart |
| Field Detail |
|---|
public char[][] possibleKeywords
public boolean canBeExplicitConstructor
public boolean isInsideAnnotationAttribute
public boolean isPrecededByModifiers
| Constructor Detail |
|---|
public CompletionOnSingleNameReference(char[] source,
long pos,
boolean isInsideAnnotationAttribute)
public CompletionOnSingleNameReference(char[] source,
long pos,
char[][] possibleKeywords,
boolean canBeExplicitConstructor,
boolean isInsideAnnotationAttribute)
| Method Detail |
|---|
public java.lang.StringBuffer printExpression(int indent,
java.lang.StringBuffer output)
printExpression in class SingleNameReferencepublic TypeBinding resolveType(BlockScope scope)
Expression
resolveType in class SingleNameReference
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||