Show / Hide Table of Contents

Class ExprNode

Base class for all expressions (i.e., values, operators, function calls).

Inheritance
object
AstNode
ExprNode
BinaryExpr
CustomCallExpr
FuncCallExpr
IndexExpr
NewArrayExpr
NumberExpr
StringExpr
UnaryExpr
VarExpr
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 ExprNode : AstNode
In this article
Back to top Generated by DocFX