Table of Contents

Class OpModulus

Namespace
Steeltoe.Common.Expression.Internal.Spring.Ast
Assembly
Steeltoe.Common.Expression.dll
[Obsolete("This feature will be removed in the next major version. See https://steeltoe.io/docs/v3/obsolete for details.")]
public class OpModulus : Operator, ISpelNode
Inheritance
OpModulus
Implements
Inherited Members

Constructors

OpModulus(int, int, params SpelNode[])

public OpModulus(int startPos, int endPos, params SpelNode[] operands)

Parameters

startPos int
endPos int
operands SpelNode[]

Methods

GenerateCode(ILGenerator, CodeFlow)

public override void GenerateCode(ILGenerator gen, CodeFlow cf)

Parameters

gen ILGenerator
cf CodeFlow

GetValueInternal(ExpressionState)

public override ITypedValue GetValueInternal(ExpressionState state)

Parameters

state ExpressionState

Returns

ITypedValue

IsCompilable()

public override bool IsCompilable()

Returns

bool