|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.jdt.internal.compiler.ast.ASTNode
org.eclipse.jdt.internal.compiler.ast.Statement
org.eclipse.jdt.internal.compiler.ast.Expression
org.eclipse.jdt.internal.compiler.ast.Reference
org.eclipse.jdt.internal.compiler.ast.NameReference
org.eclipse.jdt.internal.compiler.ast.QualifiedNameReference
org.eclipse.jdt.internal.codeassist.select.SelectionOnQualifiedNameReference
public class SelectionOnQualifiedNameReference
Field Summary |
---|
Fields inherited from class org.eclipse.jdt.internal.compiler.ast.QualifiedNameReference |
---|
genericCast, indexOfFirstFieldBinding, otherBindings, otherCodegenBindings, otherGenericCasts, sourcePositions, syntheticReadAccessors, syntheticWriteAccessor, tokens |
Fields inherited from class org.eclipse.jdt.internal.compiler.ast.NameReference |
---|
actualReceiverType, binding, codegenBinding |
Fields inherited from class org.eclipse.jdt.internal.compiler.ast.Expression |
---|
constant, implicitConversion, resolvedType, statementEnd |
Constructor Summary | |
---|---|
SelectionOnQualifiedNameReference(char[][] previousIdentifiers,
char[] selectionIdentifier,
long[] positions)
|
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.eclipse.jdt.internal.compiler.ast.QualifiedNameReference |
---|
analyseAssignment, analyseCode, analyseCode, checkFieldAccess, checkNPE, computeConversion, generateAssignment, generateCode, generateCompoundAssignment, generatePostIncrement, generateReadSequence, generateReceiver, genericTypeArguments, getOtherFieldBindings, manageEnclosingInstanceAccessIfNecessary, manageSyntheticAccessIfNecessary, nullStatus, optimizedBooleanConstant, postConversionType, reportError, setFieldIndex, traverse, traverse, unboundReferenceErrorName |
Methods inherited from class org.eclipse.jdt.internal.compiler.ast.NameReference |
---|
fieldBinding, isSuperAccess, isTypeAccess, isTypeReference, setActualReceiverType, setDepth |
Methods inherited from class org.eclipse.jdt.internal.compiler.ast.Reference |
---|
fieldStore |
Methods inherited from class org.eclipse.jdt.internal.compiler.ast.Statement |
---|
branchChainTo, complainIfUnreachable, generateArguments, isEmptyBlock, isValidJavaStatement, resolveCase |
Methods inherited from class 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 |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.eclipse.jdt.internal.compiler.lookup.InvocationSite |
---|
sourceEnd, sourceStart |
Constructor Detail |
---|
public SelectionOnQualifiedNameReference(char[][] previousIdentifiers, char[] selectionIdentifier, long[] positions)
Method Detail |
---|
public java.lang.StringBuffer printExpression(int indent, java.lang.StringBuffer output)
printExpression
in class QualifiedNameReference
public 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 |