|
|||||||||
| 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.TypeDeclaration
org.aspectj.org.eclipse.jdt.internal.codeassist.complete.CompletionOnAnnotationOfType
public class CompletionOnAnnotationOfType
| Field Summary | |
|---|---|
boolean |
isParameter
|
ASTNode |
potentialAnnotatedNode
|
| Fields inherited from class org.aspectj.org.eclipse.jdt.internal.compiler.ast.TypeDeclaration |
|---|
allocation, ANNOTATION_TYPE_DECL, annotations, binding, bodyEnd, bodyStart, CLASS_DECL, compilationResult, declarationSourceEnd, declarationSourceStart, enclosingType, ENUM_DECL, enumConstantsCounter, enumValuesSyntheticfield, fields, ignoreFurtherInvestigation, initializerScope, INTERFACE_DECL, javadoc, maxFieldCount, memberTypes, methods, missingAbstractMethods, modifiers, modifiersSourceStart, name, originalAnnotations, scope, staticInitializerScope, superclass, superInterfaces, typeParameters |
| Fields inherited from class org.aspectj.org.eclipse.jdt.internal.compiler.ast.Statement |
|---|
COMPLAINED_FAKE_REACHABLE, COMPLAINED_UNREACHABLE, NOT_COMPLAINED |
| Fields inherited from interface org.aspectj.org.eclipse.jdt.internal.compiler.problem.ProblemSeverities |
|---|
Abort, AbortCompilation, AbortCompilationUnit, AbortMethod, AbortType, Error, Fatal, Ignore, Optional, SecondaryError, Warning |
| Constructor Summary | |
|---|---|
CompletionOnAnnotationOfType(char[] typeName,
CompilationResult compilationResult,
Annotation annotation)
|
|
| Method Summary | |
|---|---|
java.lang.StringBuffer |
print(int indent,
java.lang.StringBuffer output)
|
| Methods inherited from class org.aspectj.org.eclipse.jdt.internal.compiler.ast.TypeDeclaration |
|---|
abort, addClinit, addMissingAbstractMethodFor, alternativeName, analyseCode, analyseCode, analyseCode, analyseCode, checkConstructors, compilationResult, createDefaultConstructor, createDefaultConstructorWithBinding, declarationOf, declarationOf, declarationOf, declarationOfType, generateAttributes, generateCode, generateCode, generateCode, generateCode, getLocalTypeNameSuffix, hasErrors, isSecondary, kind, manageEnclosingInstanceAccessIfNecessary, manageEnclosingInstanceAccessIfNecessary, needClassInitMethod, parseMethods, printBody, printHeader, printStatement, rememberAnnotations, resolve, resolve, resolve, resolve, tagAsHavingErrors, traverse, traverse, traverse |
| Methods inherited from class org.aspectj.org.eclipse.jdt.internal.compiler.ast.Statement |
|---|
branchChainTo, checkAgainstNullAnnotation, complainIfUnreachable, expectedType, generateArguments, isBoxingCompatible, isEmptyBlock, isKnowDeadCodePattern, 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 ASTNode potentialAnnotatedNode
public boolean isParameter
| Constructor Detail |
|---|
public CompletionOnAnnotationOfType(char[] typeName,
CompilationResult compilationResult,
Annotation annotation)
| Method Detail |
|---|
public java.lang.StringBuffer print(int indent,
java.lang.StringBuffer output)
print in class TypeDeclaration
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||