InterfaceDecl Constructor |
Name | Description | |
---|---|---|
InterfaceDecl(String, Modifiers) |
Create an InterfaceDecl with the specified name.
| |
InterfaceDecl(Parser, CodeObject) |
Parse an InterfaceDecl.
| |
InterfaceDecl(String, Modifiers, Expression) |
Create an InterfaceDecl with the specified name, modifiers, and base types.
| |
InterfaceDecl(String, Modifiers, TypeParameter) |
Create an InterfaceDecl with the specified name, modifiers, and type parameters.
|