|
|||||||||
| 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
public class QualifiedTypeReference
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.aspectj.org.eclipse.jdt.internal.compiler.lookup.TypeConstants |
|---|
TypeConstants.CloseMethodRecord |
| Field Summary | |
|---|---|
long[] |
sourcePositions
|
char[][] |
tokens
|
| Fields inherited from class org.aspectj.org.eclipse.jdt.internal.compiler.ast.TypeReference |
|---|
annotations, NO_TYPE_ARGUMENTS |
| 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 | |
|---|---|
QualifiedTypeReference(char[][] sources,
long[] poss)
|
|
| Method Summary | |
|---|---|
TypeReference |
augmentTypeWithAdditionalDimensions(int additionalDimensions,
Annotation[][] additionalAnnotations,
boolean isVarargs)
|
protected TypeBinding |
findNextTypeBinding(int tokenIndex,
Scope scope,
PackageBinding packageBinding)
|
int |
getAnnotatableLevels()
|
char[] |
getLastToken()
|
protected TypeBinding |
getTypeBinding(Scope scope)
|
char[][] |
getTypeName()
|
java.lang.StringBuffer |
printExpression(int indent,
java.lang.StringBuffer output)
|
protected void |
rejectAnnotationsOnPackageQualifiers(Scope scope,
PackageBinding packageBinding)
|
protected static void |
rejectAnnotationsOnStaticMemberQualififer(Scope scope,
ReferenceBinding currentType,
Annotation[] qualifierAnnot)
|
void |
traverse(ASTVisitor visitor,
BlockScope scope)
Traverse an expression in the context of a blockScope |
void |
traverse(ASTVisitor visitor,
ClassScope scope)
Traverse an expression in the context of a classScope |
| 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 |
| Field Detail |
|---|
public char[][] tokens
public long[] sourcePositions
| Constructor Detail |
|---|
public QualifiedTypeReference(char[][] sources,
long[] poss)
| Method Detail |
|---|
public TypeReference augmentTypeWithAdditionalDimensions(int additionalDimensions,
Annotation[][] additionalAnnotations,
boolean isVarargs)
augmentTypeWithAdditionalDimensions in class TypeReference
protected TypeBinding findNextTypeBinding(int tokenIndex,
Scope scope,
PackageBinding packageBinding)
public char[] getLastToken()
getLastToken in class TypeReference
protected void rejectAnnotationsOnPackageQualifiers(Scope scope,
PackageBinding packageBinding)
protected static void rejectAnnotationsOnStaticMemberQualififer(Scope scope,
ReferenceBinding currentType,
Annotation[] qualifierAnnot)
protected TypeBinding getTypeBinding(Scope scope)
getTypeBinding in class TypeReferencepublic char[][] getTypeName()
getTypeName in class TypeReference
public java.lang.StringBuffer printExpression(int indent,
java.lang.StringBuffer output)
printExpression in class Expression
public void traverse(ASTVisitor visitor,
BlockScope scope)
Expression
traverse in class TypeReference
public void traverse(ASTVisitor visitor,
ClassScope scope)
Expression
traverse in class TypeReferencepublic int getAnnotatableLevels()
getAnnotatableLevels in class TypeReference
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||