net.sf.jelly.apt.decorations.declaration
Class DecoratedFieldDeclaration

java.lang.Object
  extended by net.sf.jelly.apt.decorations.declaration.DecoratedDeclaration
      extended by net.sf.jelly.apt.decorations.declaration.DecoratedMemberDeclaration
          extended by 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

Field Summary
 
Fields inherited from class net.sf.jelly.apt.decorations.declaration.DecoratedDeclaration
delegate, javaDoc
 
Constructor Summary
DecoratedFieldDeclaration(com.sun.mirror.declaration.FieldDeclaration delegate)
           
 
Method Summary
 void accept(com.sun.mirror.util.DeclarationVisitor v)
           
 java.lang.String getConstantExpression()
           
 java.lang.Object getConstantValue()
           
 com.sun.mirror.type.TypeMirror getType()
           
 
Methods inherited from class net.sf.jelly.apt.decorations.declaration.DecoratedMemberDeclaration
getDeclaringType
 
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
 

Constructor Detail

DecoratedFieldDeclaration

public DecoratedFieldDeclaration(com.sun.mirror.declaration.FieldDeclaration delegate)
Method Detail

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