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