public class TypeArgument
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
EXTENDS |
static int |
NOTHING |
static int |
SUPER |
| Constructor and Description |
|---|
TypeArgument(Type type) |
TypeArgument(Type type,
int doesExtend,
Type otherType) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
public static final int NOTHING
public static final int EXTENDS
public static final int SUPER
public TypeArgument(Type type)