Package org.jpmml.translator
Class ArgumentsRef
- java.lang.Object
-
- org.jpmml.translator.JExpressionRef
-
- org.jpmml.translator.JVarRef
-
- org.jpmml.translator.ArgumentsRef
-
public class ArgumentsRef extends JVarRef
-
-
Constructor Summary
Constructors Constructor Description ArgumentsRef(com.sun.codemodel.JVar variable)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.sun.codemodel.JMethodgetMethod(FieldInfo fieldInfo, TranslationContext context)-
Methods inherited from class org.jpmml.translator.JVarRef
getExpression
-
Methods inherited from class org.jpmml.translator.JExpressionRef
invoke, invoke
-
-
-
-
Method Detail
-
getMethod
public com.sun.codemodel.JMethod getMethod(FieldInfo fieldInfo, TranslationContext context)
-
-