Table of Contents

Class CompiledExpression

Namespace
Steeltoe.Common.Expression.Internal.Spring
Assembly
Steeltoe.Common.Expression.dll
public abstract class CompiledExpression
Inheritance
CompiledExpression
Derived
Inherited Members

Constructors

CompiledExpression()

protected CompiledExpression()

Methods

GetValue(object, IEvaluationContext)

public virtual object GetValue(object target, IEvaluationContext context)

Parameters

target object
context IEvaluationContext

Returns

object