Show / Hide Table of Contents

Class StatementNode

Base class for all statements (i.e., code that performs actions).

Inheritance
object
AstNode
StatementNode
AssignIndexStmt
ContinueStmt
ExitStmt
ForStmt
IfStmt
InputStmt
LetStmt
PrintStmt
RepeatStmt
WhileStmt
Inherited Members
AstNode.Line
AstNode.ToString()
AstNode.Accept<T>(IAstVisitor<T>)
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
Namespace: VM.Parser
Assembly: VM.dll
Syntax
public abstract class StatementNode : AstNode
In this article
Back to top Generated by DocFX