OperatorDecl Constructor |
Name | Description | |
---|---|---|
![]() | OperatorDecl(String, Expression, Modifiers, ParameterDecl) |
Create an OperatorDecl for the specified operator symbol, return type, and modifiers.
|
![]() | OperatorDecl(Parser, CodeObject, Boolean, ParseFlags) | Initializes a new instance of the OperatorDecl class |
![]() | OperatorDecl(String, Expression, Modifiers, CodeObject, ParameterDecl) |
Create an OperatorDecl for the specified operator symbol, return type, and modifiers.
|