Class Expression
- Namespace
- ReFuel.CVarScript.AST
- Assembly
- ReFuel.dll
public class Expression : ASTNode
- Inheritance
-
Expression
- Derived
- Inherited Members
Constructors
Expression(ExpressionKind, bool)
protected Expression(ExpressionKind kind, bool isLValue = false)
Parameters
kind
ExpressionKindisLValue
bool
Fields
False
public static readonly Expression False
Field Value
Null
public static readonly Expression Null
Field Value
True
public static readonly Expression True
Field Value
Properties
IsLValue
public bool IsLValue { get; }
Property Value
Kind
public ExpressionKind Kind { get; }