Class FunctionReference
[Obsolete("This feature will be removed in the next major version. See https://steeltoe.io/docs/v3/obsolete for details.")]
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
Methods
GenerateCode(ILGenerator, CodeFlow)
public override void GenerateCode(ILGenerator gen, CodeFlow cf)Parameters
- genILGenerator
- cfCodeFlow
GetValueInternal(ExpressionState)
public override ITypedValue GetValueInternal(ExpressionState state)Parameters
- stateExpressionState
Returns
IsCompilable()
public override bool IsCompilable()Returns
ToStringAST()
public override string ToStringAST()