net.sf.jelly.apt.decorations.type
Class DecoratedTypeVariable

java.lang.Object
  extended by net.sf.jelly.apt.decorations.type.DecoratedTypeMirror
      extended by net.sf.jelly.apt.decorations.type.DecoratedReferenceType
          extended by net.sf.jelly.apt.decorations.type.DecoratedTypeVariable
All Implemented Interfaces:
com.sun.mirror.type.ReferenceType, com.sun.mirror.type.TypeMirror, com.sun.mirror.type.TypeVariable

public class DecoratedTypeVariable
extends DecoratedReferenceType
implements com.sun.mirror.type.TypeVariable

Author:
Ryan Heaton

Field Summary
 
Fields inherited from class net.sf.jelly.apt.decorations.type.DecoratedTypeMirror
delegate
 
Constructor Summary
DecoratedTypeVariable(com.sun.mirror.type.TypeVariable delegate)
           
 
Method Summary
 void accept(com.sun.mirror.util.TypeVisitor v)
           
 com.sun.mirror.declaration.TypeParameterDeclaration getDeclaration()
           
 boolean isTypeVariable()
           
 
Methods inherited from class net.sf.jelly.apt.decorations.type.DecoratedReferenceType
isReferenceType
 
Methods inherited from class net.sf.jelly.apt.decorations.type.DecoratedTypeMirror
equals, getDocComment, isAnnotation, isArray, isClass, isCollection, isDeclared, isEnum, isInstanceOf, isInterface, isPrimitive, isVoid, isWildcard, setDocComment, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.sun.mirror.type.TypeMirror
equals, toString
 

Constructor Detail

DecoratedTypeVariable

public DecoratedTypeVariable(com.sun.mirror.type.TypeVariable delegate)
Method Detail

getDeclaration

public com.sun.mirror.declaration.TypeParameterDeclaration getDeclaration()
Specified by:
getDeclaration in interface com.sun.mirror.type.TypeVariable

isTypeVariable

public boolean isTypeVariable()
Overrides:
isTypeVariable in class DecoratedTypeMirror

accept

public void accept(com.sun.mirror.util.TypeVisitor v)
Specified by:
accept in interface com.sun.mirror.type.TypeMirror
Overrides:
accept in class DecoratedReferenceType