| |
|
| xtc.type.Type xtc.type.InternalT
InternalT | public class InternalT extends Type (Code) | | An internal type, identified by its name.
author: Robert Grimm version: $Revision: 1.12 $ |
Field Summary | |
final public static InternalT | VA_LIST The canonical variable argument list type. |
VA_LIST | final public static InternalT VA_LIST(Code) | | The canonical variable argument list type.
|
InternalT | public InternalT(String name)(Code) | | Create a new internal type.
Parameters: name - The name. |
InternalT | public InternalT(Type template, String name)(Code) | | Create a new internal type.
Parameters: template - The type whose annotations to copy. Parameters: name - The name. |
getName | public String getName()(Code) | | Get the name.
The name. |
hashCode | public int hashCode()(Code) | | |
isInternal | public boolean isInternal()(Code) | | |
|
|
|