Class ExitStmt
Statement that causes an immediate exit from the current loop or program.
Inherited Members
Namespace: VM.Parser
Assembly: VM.dll
Syntax
public class ExitStmt : StatementNode
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 |