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

java.lang.Object
  extended by net.sf.jelly.apt.decorations.type.DecoratedTypeMirror
      extended by net.sf.jelly.apt.decorations.type.DecoratedWildcardType
All Implemented Interfaces:
com.sun.mirror.type.TypeMirror, com.sun.mirror.type.WildcardType

public class DecoratedWildcardType
extends DecoratedTypeMirror
implements com.sun.mirror.type.WildcardType

Author:
Ryan Heaton

Field Summary
 
Fields inherited from class net.sf.jelly.apt.decorations.type.DecoratedTypeMirror
delegate
 
Constructor Summary
DecoratedWildcardType(com.sun.mirror.type.WildcardType delegate)
           
 
Method Summary
 void accept(com.sun.mirror.util.TypeVisitor v)
           
 java.util.Collection<com.sun.mirror.type.ReferenceType> getLowerBounds()
           
 java.util.Collection<com.sun.mirror.type.ReferenceType> getUpperBounds()
           
 boolean isWildcard()
           
 
Methods inherited from class net.sf.jelly.apt.decorations.type.DecoratedTypeMirror
equals, getDocComment, isAnnotation, isArray, isClass, isCollection, isDeclared, isEnum, isInstanceOf, isInterface, isPrimitive, isReferenceType, isTypeVariable, isVoid, 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

DecoratedWildcardType

public DecoratedWildcardType(com.sun.mirror.type.WildcardType delegate)
Method Detail

getUpperBounds

public java.util.Collection<com.sun.mirror.type.ReferenceType> getUpperBounds()
Specified by:
getUpperBounds in interface com.sun.mirror.type.WildcardType

getLowerBounds

public java.util.Collection<com.sun.mirror.type.ReferenceType> getLowerBounds()
Specified by:
getLowerBounds in interface com.sun.mirror.type.WildcardType

isWildcard

public boolean isWildcard()
Overrides:
isWildcard 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 DecoratedTypeMirror