ClassDecl Constructor |
Name | Description | |
---|---|---|
ClassDecl(String, Modifiers) |
Create a ClassDecl with the specified name.
| |
ClassDecl(Parser, CodeObject) | Initializes a new instance of the ClassDecl class | |
ClassDecl(String, Modifiers, Expression) |
Create a ClassDecl with the specified name, modifiers, and base types.
| |
ClassDecl(String, Modifiers, TypeParameter) |
Create a ClassDecl with the specified name, modifiers, and type parameters.
|