Class OpInc
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
state
ExpressionState
Returns
ToStringAST()
public override string ToStringAST()