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