Class OpMinus
public class OpMinus : Operator, ISpelNode
- Inheritance
-
OpMinus
- Implements
- Inherited Members
Constructors
OpMinus(int, int, params SpelNode[])
public OpMinus(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()