| |
|
| xtc.type.Type xtc.type.DerivedT xtc.type.ClassOrInterfaceT xtc.type.InterfaceT
InterfaceT | public class InterfaceT extends ClassOrInterfaceT (Code) | | An interface type.
author: Robert Grimm version: $Revision: 1.12 $ |
InterfaceT | public InterfaceT(String qname, List<Type> interfaces, List<Type> fields, List<Type> methods)(Code) | | Create a new interface type.
Parameters: qname - The fully qualified name. Parameters: interfaces - The list of extended interfaces. Parameters: fields - The list of fields. Parameters: methods - The list of methods. |
InterfaceT | public InterfaceT(Type template, String qname, List<Type> interfaces, List<Type> fields, List<Type> methods)(Code) | | Create a new interface type.
Parameters: template - The type whose annotations to copy. Parameters: qname - The fully qualified name. Parameters: interfaces - The list of extended interfaces. Parameters: fields - The list of fields. Parameters: methods - The list of methods. |
isInterface | public boolean isInterface()(Code) | | |
Methods inherited from xtc.type.DerivedT | public boolean isDerived()(Code)(Java Doc)
|
|
|
|