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