|
|||||||||
| 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.TypeReference
org.aspectj.org.eclipse.jdt.internal.compiler.ast.QualifiedTypeReference
org.aspectj.org.eclipse.jdt.internal.codeassist.complete.CompletionOnQualifiedTypeReference
public class CompletionOnQualifiedTypeReference
| Field Summary | |
|---|---|
char[] |
completionIdentifier
|
static int |
K_CLASS
|
static int |
K_EXCEPTION
|
static int |
K_INTERFACE
|
static int |
K_TYPE
|
| Fields inherited from class org.aspectj.org.eclipse.jdt.internal.compiler.ast.QualifiedTypeReference |
|---|
sourcePositions, tokens |
| Fields inherited from class org.aspectj.org.eclipse.jdt.internal.compiler.ast.Expression |
|---|
constant, implicitConversion, resolvedType, statementEnd |
| Constructor Summary | |
|---|---|
CompletionOnQualifiedTypeReference(char[][] previousIdentifiers,
char[] completionIdentifier,
long[] positions)
|
|
CompletionOnQualifiedTypeReference(char[][] previousIdentifiers,
char[] completionIdentifier,
long[] positions,
int kind)
|
|
| Method Summary | |
|---|---|
void |
aboutToResolve(Scope scope)
|
TypeReference |
copyDims(int dim)
|
protected TypeBinding |
getTypeBinding(Scope scope)
|
boolean |
isClass()
|
boolean |
isException()
|
boolean |
isInterface()
|
boolean |
isSuperType()
|
java.lang.StringBuffer |
printExpression(int indent,
java.lang.StringBuffer output)
|
| Methods inherited from class org.aspectj.org.eclipse.jdt.internal.compiler.ast.QualifiedTypeReference |
|---|
findNextTypeBinding, getLastToken, getTypeName, traverse, traverse |
| Methods inherited from class org.aspectj.org.eclipse.jdt.internal.compiler.ast.TypeReference |
|---|
analyseCode, baseTypeReference, checkBounds, dimensions, getParameterizedTypeName, getTypeBindingPublic, isTypeReference, reportDeprecatedType, reportInvalidType, resolveSuperType, resolveType, resolveType, resolveType, resolveTypeArgument, resolveTypeArgument |
| Methods inherited from class org.aspectj.org.eclipse.jdt.internal.compiler.ast.Expression |
|---|
analyseCode, checkCastTypesCompatibility, checkNPE, checkUnsafeCast, computeConversion, generateCode, generateCode, generateOptimizedBoolean, generateOptimizedStringConcatenation, generateOptimizedStringConcatenationCreation, isCompactableOperation, isConstantValueOfTypeAssignableToType, isConstantValueRepresentable, localVariableBinding, markAsNonNull, nullStatus, optimizedBooleanConstant, postConversionType, print, printStatement, resolve, resolveTypeExpecting, reusableJSRTarget, setExpectedType, tagAsNeedCheckCast, tagAsUnnecessaryCast, toTypeReference |
| Methods inherited from class org.aspectj.org.eclipse.jdt.internal.compiler.ast.Statement |
|---|
branchChainTo, complainIfUnreachable, generateArguments, isEmptyBlock, 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 |
| Field Detail |
|---|
public static final int K_TYPE
public static final int K_CLASS
public static final int K_INTERFACE
public static final int K_EXCEPTION
public char[] completionIdentifier
| Constructor Detail |
|---|
public CompletionOnQualifiedTypeReference(char[][] previousIdentifiers,
char[] completionIdentifier,
long[] positions)
public CompletionOnQualifiedTypeReference(char[][] previousIdentifiers,
char[] completionIdentifier,
long[] positions,
int kind)
| Method Detail |
|---|
public void aboutToResolve(Scope scope)
aboutToResolve in class TypeReferencepublic TypeReference copyDims(int dim)
copyDims in class QualifiedTypeReferenceprotected TypeBinding getTypeBinding(Scope scope)
getTypeBinding in class QualifiedTypeReferencepublic boolean isClass()
public boolean isInterface()
public boolean isException()
public boolean isSuperType()
public java.lang.StringBuffer printExpression(int indent,
java.lang.StringBuffer output)
printExpression in class QualifiedTypeReference
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||