public interface CAstType
| Modifier and Type | Interface and Description |
|---|---|
static interface |
CAstType.Array |
static interface |
CAstType.Class |
static interface |
CAstType.Complex |
static interface |
CAstType.Function |
static interface |
CAstType.Method |
static interface |
CAstType.Primitive |
static interface |
CAstType.Reference |
static interface |
CAstType.Union |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName()
Returns the fully-qualified (e.g.
|
java.util.Collection<CAstType> |
getSupertypes() |