Package org.jpmml.translator
Class EvaluationContextRef
- java.lang.Object
-
- org.jpmml.translator.JExpressionRef
-
- org.jpmml.translator.JVarRef
-
- org.jpmml.translator.EvaluationContextRef
-
public class EvaluationContextRef extends JVarRef
- See Also:
EvaluationContext
-
-
Constructor Summary
Constructors Constructor Description EvaluationContextRef(com.sun.codemodel.JVar variable)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.sun.codemodel.JInvocationevaluate(com.sun.codemodel.JExpression nameExpr)-
Methods inherited from class org.jpmml.translator.JVarRef
getExpression
-
Methods inherited from class org.jpmml.translator.JExpressionRef
invoke, invoke
-
-