Search
EvaluationContext.evaluateIdentifier Method
See Also
 






Evaluates the identifier with the specified name.

Namespace: com.mindfusion.scripting
Package: com.mindfusion.scripting

 Syntax

Java  Copy Code

Object evaluateIdentifier (
    String name
)

 Parameters

name

The identifier to evaluate.

 Return Value

The result of the evaluation.

 See Also