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