Class OpDec
[Obsolete("This feature will be removed in the next major version. See https://steeltoe.io/docs/v3/obsolete for details.")]
public class OpDec : Operator, ISpelNode- Inheritance
- 
      
      
      
      OpDec
- Implements
- Inherited Members
Constructors
OpDec(int, int, bool, params SpelNode[])
public OpDec(int startPos, int endPos, bool postfix, params SpelNode[] operands)Parameters
Properties
RightOperand
public override SpelNode RightOperand { get; }Property Value
Methods
GetValueInternal(ExpressionState)
public override ITypedValue GetValueInternal(ExpressionState state)Parameters
- stateExpressionState
Returns
ToStringAST()
public override string ToStringAST()