| |
|
| xtc.type.Type xtc.type.DerivedT xtc.type.FunctionOrMethodT xtc.type.FunctionT
FunctionT | public FunctionT(Type result)(Code) | | Create a new function type.
Parameters: result - The result type. |
FunctionT | public FunctionT(Type result, List<Type> parameters, boolean varargs)(Code) | | Create a new function type.
Parameters: result - The result type. Parameters: parameters - The list of parameter types. Parameters: varargs - The flag for accepting a variable number of arguments. |
FunctionT | public FunctionT(Type template, Type result, List<Type> parameters, boolean varargs)(Code) | | Create a new function type.
Parameters: template - The type whose annotations to copy. Parameters: result - The result type. Parameters: parameters - The list of parameter types. Parameters: varargs - The flag for accepting a variable number of arguments. |
isFunction | public boolean isFunction()(Code) | | |
Methods inherited from xtc.type.DerivedT | public boolean isDerived()(Code)(Java Doc)
|
|
|
|