Class OpInc
[Obsolete("This feature will be removed in the next major version. See https://steeltoe.io/docs/v3/obsolete for details.")]
public class OpInc : Operator, ISpelNode- Inheritance
- 
      
      
      
      OpInc
- Implements
- Inherited Members
Constructors
OpInc(int, int, bool, params SpelNode[])
public OpInc(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()