|
||||||||||
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.Annotation
org.eclipse.jdt.internal.compiler.ast.NormalAnnotation
public class NormalAnnotation
Normal annotation node
Field Summary | |
---|---|
MemberValuePair[] |
memberValuePairs
|
Fields inherited from class org.eclipse.jdt.internal.compiler.ast.Annotation |
---|
declarationSourceEnd, recipient, type |
Fields inherited from class org.eclipse.jdt.internal.compiler.ast.Expression |
---|
constant, implicitConversion, resolvedType, statementEnd |
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)
|
void |
traverse(ASTVisitor visitor,
CompilationUnitScope scope)
|
Methods inherited from class org.eclipse.jdt.internal.compiler.ast.Annotation |
---|
getCompilerAnnotation, getRetentionPolicy, getTargetElementType, recordSuppressWarnings, resolveType |
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 |
---|
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 Annotation
public MemberValuePair[] memberValuePairs()
memberValuePairs
in class Annotation
Annotation.memberValuePairs()
public java.lang.StringBuffer printExpression(int indent, java.lang.StringBuffer output)
printExpression
in class Annotation
public void traverse(ASTVisitor visitor, BlockScope scope)
traverse
in class Annotation
public void traverse(ASTVisitor visitor, CompilationUnitScope scope)
traverse
in class Annotation
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |