EnumDecl Constructor |
Name | Description | |
---|---|---|
![]() | EnumDecl(String, Expression) |
Create an EnumDecl with the specified name and base type.
|
![]() | EnumDecl(String, Modifiers) |
Create an EnumDecl with the specified name.
|
![]() | EnumDecl(Parser, CodeObject) | Initializes a new instance of the EnumDecl class |
![]() | EnumDecl(String, Modifiers, Expression) |
Create an EnumDecl with the specified name, modifiers, and base type.
|