AstExprNodeMethodCall Class
Assembly: Topten.Cminor.Compiler.dll
Namespace: Topten.Cminor.Ast
Represents an method call in an expression
public class AstExprNodeMethodCall : AstExprNode
Inheritance
AstExprNodeMethodCall → AstExprNode → AstElement → object
Constructors
| AstExprNodeMethodCall(Topten.Cminor.Lexical.CodePosition, AstExprNode) | Constructor |
Fields
| Arguments | The method call's arguments |
| BoundMethod | The bound method |
| LHS | The target call site |
Methods
| AddArgument(AstExprNode) | Add an argument to the function call |
Overridden & Inherited
| Position | The source code position of this element |
| Precedence | |
| Visit<T>(IAstExprNodeVisitor<T>) |
