Table of Contents

Class FunctionReference

Namespace
Steeltoe.Common.Expression.Internal.Spring.Ast
Assembly
Steeltoe.Common.Expression.dll
public class FunctionReference : SpelNode, ISpelNode
Inheritance
FunctionReference
Implements
Inherited Members

Constructors

FunctionReference(string, int, int, params SpelNode[])

public FunctionReference(string functionName, int startPos, int endPos, params SpelNode[] arguments)

Parameters

functionName string
startPos int
endPos int
arguments 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

ToStringAST()

public override string ToStringAST()

Returns

string