public class EnvironmentTypeVariable extends EnvironmentType implements MetaTypeVariable
Modifier and Type | Field and Description |
---|---|
protected TypeVariable |
var |
wrap
getRawType, refer
format
Modifier and Type | Method and Description |
---|---|
Format |
format() |
Collection<EnvironmentType> |
getBounds() |
String |
getName() |
MetaClass |
getRawType() |
Format |
refer() |
wrap, wrap
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
format
protected final TypeVariable var
public String getName()
getName
in interface MetaTypeVariable
public Collection<EnvironmentType> getBounds()
getBounds
in interface MetaTypeVariable
public MetaClass getRawType()
getRawType
in interface MetaType
public final Format format()
format
in interface Formattable
see also the complete user documentation .