|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.sun.tools.apt.mirror.declaration.DeclarationImpl
com.sun.tools.apt.mirror.declaration.MemberDeclarationImpl
com.sun.tools.apt.mirror.declaration.FieldDeclarationImpl
com.sun.tools.apt.mirror.declaration.EnumConstantDeclarationImpl
public class EnumConstantDeclarationImpl
Implementation of EnumConstantDeclaration
| Field Summary |
|---|
| Fields inherited from class com.sun.tools.apt.mirror.declaration.FieldDeclarationImpl |
|---|
sym |
| Fields inherited from class com.sun.tools.apt.mirror.declaration.DeclarationImpl |
|---|
env, identityFilter |
| Constructor Summary | |
|---|---|
EnumConstantDeclarationImpl(AptEnv env,
Symbol.VarSymbol sym)
|
|
| Method Summary | |
|---|---|
void |
accept(DeclarationVisitor v)
Applies a visitor to this declaration. |
EnumDeclaration |
getDeclaringType()
Returns the type declaration within which this member or constructor is declared. If this is the declaration of a top-level type (a non-nested class or interface), returns null. |
| Methods inherited from class com.sun.tools.apt.mirror.declaration.FieldDeclarationImpl |
|---|
getConstantExpression, getConstantValue, getType, toString |
| Methods inherited from class com.sun.tools.apt.mirror.declaration.MemberDeclarationImpl |
|---|
getFormalTypeParameters, typeParamsToString |
| Methods inherited from class com.sun.tools.apt.mirror.declaration.DeclarationImpl |
|---|
equals, getAnnotation, getAnnotation, getAnnotationMirrors, getDocComment, getMembers, getModifiers, getPosition, getSimpleName, hashCode |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface com.sun.mirror.declaration.FieldDeclaration |
|---|
getConstantExpression, getConstantValue, getType |
| Methods inherited from interface com.sun.mirror.declaration.Declaration |
|---|
equals, getAnnotation, getAnnotationMirrors, getDocComment, getModifiers, getPosition, getSimpleName |
| Constructor Detail |
|---|
EnumConstantDeclarationImpl(AptEnv env,
Symbol.VarSymbol sym)
| Method Detail |
|---|
public EnumDeclaration getDeclaringType()
getDeclaringType in interface EnumConstantDeclarationgetDeclaringType in interface MemberDeclarationgetDeclaringType in class MemberDeclarationImplpublic void accept(DeclarationVisitor v)
accept in interface Declarationaccept in class FieldDeclarationImplv - the visitor operating on this declaration
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||