Class AssignIndexStmt
Statement representing assignment to an array element by index.
Inheritance
AssignIndexStmt
Assembly: VM.dll
Syntax
public class AssignIndexStmt : StatementNode
Fields
Index
Declaration
public required ExprNode Index
Field Value
Target
Declaration
public required string Target
Field Value
Value
Declaration
public required ExprNode Value
Field Value
Methods
Accept<T>(IAstVisitor<T>)
Accepts a visitor that returns a value.
Declaration
public override T Accept<T>(IAstVisitor<T> visitor)
Parameters
Returns
Type Parameters
Overrides
ToString()
Returns a string representation of the AST node for debugging.
Declaration
public override string ToString()
Returns
Overrides