|
|||||||||
| 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.SingleTypeReference
org.aspectj.org.eclipse.jdt.internal.codeassist.complete.CompletionOnKeyword1
public class CompletionOnKeyword1
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.aspectj.org.eclipse.jdt.internal.compiler.lookup.TypeConstants |
|---|
TypeConstants.CloseMethodRecord |
| Field Summary |
|---|
| Fields inherited from class org.aspectj.org.eclipse.jdt.internal.compiler.ast.SingleTypeReference |
|---|
token |
| 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 | |
|---|---|
CompletionOnKeyword1(char[] token,
long pos,
char[] possibleKeyword)
|
|
CompletionOnKeyword1(char[] token,
long pos,
char[][] possibleKeywords)
|
|
| Method Summary | |
|---|---|
void |
aboutToResolve(Scope scope)
|
char[][] |
getPossibleKeywords()
|
char[] |
getToken()
|
protected TypeBinding |
getTypeBinding(Scope scope)
|
java.lang.StringBuffer |
printExpression(int indent,
java.lang.StringBuffer output)
|
| Methods inherited from class org.aspectj.org.eclipse.jdt.internal.compiler.ast.SingleTypeReference |
|---|
augmentTypeWithAdditionalDimensions, getLastToken, getTypeName, resolveTypeEnclosing, traverse, traverse |
| 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 |
| Constructor Detail |
|---|
public CompletionOnKeyword1(char[] token,
long pos,
char[] possibleKeyword)
public CompletionOnKeyword1(char[] token,
long pos,
char[][] possibleKeywords)
| Method Detail |
|---|
public char[] getToken()
getToken in interface CompletionOnKeywordpublic char[][] getPossibleKeywords()
getPossibleKeywords in interface CompletionOnKeywordpublic void aboutToResolve(Scope scope)
aboutToResolve in class TypeReferenceprotected TypeBinding getTypeBinding(Scope scope)
getTypeBinding in class SingleTypeReference
public java.lang.StringBuffer printExpression(int indent,
java.lang.StringBuffer output)
printExpression in class SingleTypeReference
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||