Class OpInc
Inheritance
System.Object
OpInc
Assembly: Steeltoe.Common.Expression.dll
Syntax
public class OpInc : Operator, ISpelNode
Constructors
|
Edit this page
View Source
OpInc(Int32, Int32, Boolean, SpelNode[])
Declaration
public OpInc(int startPos, int endPos, bool postfix, params SpelNode[] operands)
Parameters
Type |
Name |
Description |
System.Int32 |
startPos |
|
System.Int32 |
endPos |
|
System.Boolean |
postfix |
|
SpelNode[] |
operands |
|
Properties
|
Edit this page
View Source
RightOperand
Declaration
public override SpelNode RightOperand { get; }
Property Value
Overrides
Methods
|
Edit this page
View Source
GetValueInternal(ExpressionState)
Declaration
public override ITypedValue GetValueInternal(ExpressionState state)
Parameters
Returns
Type |
Description |
ITypedValue |
|
Overrides
|
Edit this page
View Source
ToStringAST()
Declaration
public override string ToStringAST()
Returns
Type |
Description |
System.String |
|
Overrides
Implements