Class InputStmt
Statement for accepting input into one or more variables.
Inherited Members
Namespace: VM.Parser
Assembly: VM.dll
Syntax
public class InputStmt : StatementNode
Fields
Ids
Declaration
public readonly List<string> Ids
Field Value
Type | Description |
---|---|
List<string> |
Methods
Accept<T>(IAstVisitor<T>)
Accepts a visitor that returns a value.
Declaration
public override T Accept<T>(IAstVisitor<T> visitor)
Parameters
Type | Name | Description |
---|---|---|
IAstVisitor<T> | visitor |
Returns
Type | Description |
---|---|
T |
Type Parameters
Name | Description |
---|---|
T |
Overrides
ToString()
Returns a string representation of the AST node for debugging.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
string |