|
|||||||||
| 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.Annotation
org.aspectj.org.eclipse.jdt.internal.compiler.ast.NormalAnnotation
public class NormalAnnotation
Normal annotation node
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.aspectj.org.eclipse.jdt.internal.compiler.lookup.TypeConstants |
|---|
TypeConstants.CloseMethodRecord |
| Field Summary | |
|---|---|
MemberValuePair[] |
memberValuePairs
|
| Fields inherited from class org.aspectj.org.eclipse.jdt.internal.compiler.ast.Annotation |
|---|
compilerAnnotation, declarationSourceEnd, recipient, type |
| 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 | |
|---|---|
NormalAnnotation(TypeReference type,
int sourceStart)
|
|
| Method Summary | |
|---|---|
ElementValuePair[] |
computeElementValuePairs()
|
MemberValuePair[] |
memberValuePairs()
|
java.lang.StringBuffer |
printExpression(int indent,
java.lang.StringBuffer output)
|
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.Annotation |
|---|
checkContainerAnnotationType, checkContainingAnnotationTargetAtUse, checkForInstancesOfRepeatableWithRepeatingContainerAnnotation, checkRepeatableMetaAnnotation, getCompilerAnnotation, getLocations, getPersistibleAnnotation, getRetentionPolicy, getTargetElementType, isRuntimeInvisible, isRuntimeTypeInvisible, isRuntimeTypeVisible, isRuntimeVisible, isTypeUseCompatible, isTypeUseCompatible, nullTagBitsFromAnnotationValue, recordSuppressWarnings, resolveType, setPersistibleAnnotation |
| 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 MemberValuePair[] memberValuePairs
| Constructor Detail |
|---|
public NormalAnnotation(TypeReference type,
int sourceStart)
| Method Detail |
|---|
public ElementValuePair[] computeElementValuePairs()
computeElementValuePairs in class Annotationpublic MemberValuePair[] memberValuePairs()
memberValuePairs in class AnnotationAnnotation.memberValuePairs()
public java.lang.StringBuffer printExpression(int indent,
java.lang.StringBuffer output)
printExpression in class Annotation
public void traverse(ASTVisitor visitor,
BlockScope scope)
Expression
traverse in class Annotation
public void traverse(ASTVisitor visitor,
ClassScope scope)
Expression
traverse in class Annotation
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||