Class OpPlus
public class OpPlus : Operator, ISpelNode
- Inheritance
-
OpPlus
- Implements
- Inherited Members
Constructors
OpPlus(int, int, params SpelNode[])
public OpPlus(int startPos, int endPos, params SpelNode[] operands)
Parameters
Properties
RightOperand
public override SpelNode RightOperand { get; }
Property Value
Methods
GenerateCode(ILGenerator, CodeFlow)
public override void GenerateCode(ILGenerator gen, CodeFlow cf)
Parameters
gen
ILGeneratorcf
CodeFlow
GetValueInternal(ExpressionState)
public override ITypedValue GetValueInternal(ExpressionState state)
Parameters
state
ExpressionState
Returns
IsCompilable()
public override bool IsCompilable()
Returns
ToStringAST()
public override string ToStringAST()