| |
|
| xtc.type.Type xtc.type.WrappedT xtc.type.AliasT
AliasT | public class AliasT extends WrappedT (Code) | | A type alias.
author: Robert Grimm version: $Revision: 1.28 $ |
AliasT | public AliasT(String name)(Code) | | Create a new type alias.
Parameters: name - The name. |
AliasT | public AliasT(String name, Type type)(Code) | | Create a new type alias.
Parameters: name - The name. Parameters: type - The type. |
AliasT | public AliasT(Type template, String name, Type type)(Code) | | Create a new type alias.
Parameters: template - The type whose annotations to copy. Parameters: name - The name. Parameters: type - The type. |
getName | public String getName()(Code) | | Get the name.
The name. |
hasAlias | public boolean hasAlias()(Code) | | |
isAlias | public boolean isAlias()(Code) | | |
seal | public Type seal()(Code) | | Seal this alias. If this alias is incomplete, i.e., does not
have a type, invocations to this method have no effect.
|
|
|
|