| |
|
| xtc.type.Type xtc.type.DerivedT xtc.type.PointerT
PointerT | public class PointerT extends DerivedT (Code) | | A pointer type.
author: Robert Grimm version: $Revision: 1.31 $ |
Field Summary | |
final public static PointerT | TO_VOID The canonical pointer to void. |
Constructor Summary | |
public | PointerT(Type type) Create a new pointer type. | public | PointerT(Type template, Type type) Create a new pointer type. |
TO_VOID | final public static PointerT TO_VOID(Code) | | The canonical pointer to void.
|
PointerT | public PointerT(Type type)(Code) | | Create a new pointer type.
Parameters: type - The pointed-to type. |
PointerT | public PointerT(Type template, Type type)(Code) | | Create a new pointer type.
Parameters: template - The type whose annotations to copy. Parameters: type - The pointed-to type. |
getType | public Type getType()(Code) | | Get the pointed-to type.
The pointed-to type. |
hashCode | public int hashCode()(Code) | | |
isPointer | public boolean isPointer()(Code) | | |
Methods inherited from xtc.type.DerivedT | public boolean isDerived()(Code)(Java Doc)
|
|
|
|