net.sf.jelly.apt.decorations.declaration
Class DecoratedFieldDeclaration
java.lang.Object
net.sf.jelly.apt.decorations.declaration.DecoratedDeclaration
net.sf.jelly.apt.decorations.declaration.DecoratedMemberDeclaration
net.sf.jelly.apt.decorations.declaration.DecoratedFieldDeclaration
- All Implemented Interfaces:
- com.sun.mirror.declaration.Declaration, com.sun.mirror.declaration.FieldDeclaration, com.sun.mirror.declaration.MemberDeclaration
- Direct Known Subclasses:
- DecoratedEnumConstantDeclaration
public class DecoratedFieldDeclaration
- extends DecoratedMemberDeclaration
- implements com.sun.mirror.declaration.FieldDeclaration
- Author:
- Ryan Heaton
Methods inherited from class net.sf.jelly.apt.decorations.declaration.DecoratedDeclaration |
equals, getAnnotation, getAnnotationMirrors, getAnnotations, getDelegate, getDocComment, getJavaDoc, getModifiers, getPosition, getSimpleName, isAbstract, isFinal, isNative, isPrivate, isProtected, isPublic, isStatic, isStrictfp, isSynchronized, isTransient, isVolatile, toString |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface com.sun.mirror.declaration.MemberDeclaration |
getDeclaringType |
Methods inherited from interface com.sun.mirror.declaration.Declaration |
equals, getAnnotation, getAnnotationMirrors, getDocComment, getModifiers, getPosition, getSimpleName |
DecoratedFieldDeclaration
public DecoratedFieldDeclaration(com.sun.mirror.declaration.FieldDeclaration delegate)
getType
public com.sun.mirror.type.TypeMirror getType()
- Specified by:
getType
in interface com.sun.mirror.declaration.FieldDeclaration
getConstantValue
public java.lang.Object getConstantValue()
- Specified by:
getConstantValue
in interface com.sun.mirror.declaration.FieldDeclaration
getConstantExpression
public java.lang.String getConstantExpression()
- Specified by:
getConstantExpression
in interface com.sun.mirror.declaration.FieldDeclaration
accept
public void accept(com.sun.mirror.util.DeclarationVisitor v)
- Specified by:
accept
in interface com.sun.mirror.declaration.Declaration
- Overrides:
accept
in class DecoratedMemberDeclaration