Class OpMinus
[Obsolete("This feature will be removed in the next major version. See https://steeltoe.io/docs/v3/obsolete for details.")]
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
genILGeneratorcfCodeFlow
GetValueInternal(ExpressionState)
public override ITypedValue GetValueInternal(ExpressionState state)
Parameters
stateExpressionState
Returns
IsCompilable()
public override bool IsCompilable()
Returns
ToStringAST()
public override string ToStringAST()