| |
|
| xtc.type.Type xtc.type.DerivedT xtc.type.FunctionOrMethodT xtc.type.MethodT
MethodT | public class MethodT extends FunctionOrMethodT (Code) | | A method type.
author: Robert Grimm version: $Revision: 1.12 $ |
MethodT | public MethodT(Type result, String name, List<Type> parameters, boolean varargs, List<Type> exceptions)(Code) | | Create a new method type.
Parameters: result - The result type. Parameters: name - The name. Parameters: parameters - The list of parameter types. Parameters: varargs - The flag for accepting a variable number ofarguments. Parameters: exceptions - The list of exceptions, which must not benull |
MethodT | public MethodT(Type template, Type result, String name, List<Type> parameters, boolean varargs, List<Type> exceptions)(Code) | | Create a new method type.
Parameters: template - The type whose annotations to copy. Parameters: result - The result type. Parameters: name - The name. Parameters: parameters - The list of parameter types. Parameters: varargs - The flag for accepting a variable number ofarguments. Parameters: exceptions - The list of exceptions, which must not benull |
isMethod | public boolean isMethod()(Code) | | |
Methods inherited from xtc.type.DerivedT | public boolean isDerived()(Code)(Java Doc)
|
|
|
|