public class EnvironmentWildcardType extends EnvironmentType implements MetaWildcardType
Modifier and Type | Field and Description |
---|---|
protected WildcardType |
type |
wrap
getRawType, refer
format
Modifier and Type | Method and Description |
---|---|
Format |
format() |
List<EnvironmentType> |
getLowerBounds() |
MetaClass |
getRawType() |
List<EnvironmentType> |
getUpperBounds() |
Format |
refer() |
wrap, wrap
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
format
protected final WildcardType type
public List<EnvironmentType> getLowerBounds()
getLowerBounds
in interface MetaWildcardType
public List<EnvironmentType> getUpperBounds()
getUpperBounds
in interface MetaWildcardType
public MetaClass getRawType()
getRawType
in interface MetaType
public final Format format()
format
in interface Formattable
see also the complete user documentation .