Class OpPlus
[Obsolete("This feature will be removed in the next major version. See https://steeltoe.io/docs/v3/obsolete for details.")]
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()