|
|||||||||
| 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.ThisReference
org.aspectj.org.eclipse.jdt.internal.compiler.ast.QualifiedThisReference
org.aspectj.org.eclipse.jdt.internal.compiler.ast.QualifiedSuperReference
org.aspectj.org.eclipse.jdt.internal.codeassist.select.SelectionOnQualifiedSuperReference
public class SelectionOnQualifiedSuperReference
| Field Summary |
|---|
| Fields inherited from class org.aspectj.org.eclipse.jdt.internal.compiler.ast.QualifiedThisReference |
|---|
qualification |
| Fields inherited from class org.aspectj.org.eclipse.jdt.internal.compiler.ast.Expression |
|---|
constant, implicitConversion, resolvedType, statementEnd |
| Constructor Summary | |
|---|---|
SelectionOnQualifiedSuperReference(TypeReference name,
int pos,
int sourceEnd)
|
|
| 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.QualifiedSuperReference |
|---|
isSuper, isThis, traverse, traverse |
| Methods inherited from class org.aspectj.org.eclipse.jdt.internal.compiler.ast.QualifiedThisReference |
|---|
analyseCode, analyseCode, generateCode |
| Methods inherited from class org.aspectj.org.eclipse.jdt.internal.compiler.ast.ThisReference |
|---|
analyseAssignment, checkAccess, generateAssignment, generateCompoundAssignment, generatePostIncrement, implicitThis, isImplicitThis, nullStatus |
| Methods inherited from class org.aspectj.org.eclipse.jdt.internal.compiler.ast.Reference |
|---|
fieldBinding, fieldStore |
| Methods inherited from class org.aspectj.org.eclipse.jdt.internal.compiler.ast.Expression |
|---|
checkCastTypesCompatibility, checkNPE, checkUnsafeCast, computeConversion, generateCode, generateOptimizedBoolean, generateOptimizedStringConcatenation, generateOptimizedStringConcatenationCreation, isCompactableOperation, isConstantValueOfTypeAssignableToType, isConstantValueRepresentable, isTypeReference, localVariableBinding, markAsNonNull, optimizedBooleanConstant, postConversionType, print, printStatement, resolve, resolveType, 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, isMethodUseDeprecated, 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 |
| Constructor Detail |
|---|
public SelectionOnQualifiedSuperReference(TypeReference name,
int pos,
int sourceEnd)
| Method Detail |
|---|
public java.lang.StringBuffer printExpression(int indent,
java.lang.StringBuffer output)
printExpression in class QualifiedSuperReferencepublic TypeBinding resolveType(BlockScope scope)
Expression
resolveType in class QualifiedSuperReference
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||