Uses of Class
org.jpmml.translator.OperableRef
-
Packages that use OperableRef Package Description org.jpmml.translator -
-
Uses of OperableRef in org.jpmml.translator
Subclasses of OperableRef in org.jpmml.translator Modifier and Type Class Description classFpPrimitiveRefclassNumberRefclassObjectRefclassOrdinalRefclassPrimitiveRefclassStringRefMethods in org.jpmml.translator that return OperableRef Modifier and Type Method Description OperableRefTranslationContext. ensureOperable(FieldInfo fieldInfo, java.util.function.Function<com.sun.codemodel.JMethod,java.lang.Boolean> declareAsVariableFunction)OperableRefEncoder. ref(com.sun.codemodel.JExpression expression)OperableRefFpPrimitiveEncoder. ref(com.sun.codemodel.JExpression expression)Methods in org.jpmml.translator with parameters of type OperableRef Modifier and Type Method Description booleanScope. isNonMissing(OperableRef operableRef)booleanTranslationContext. isNonMissing(OperableRef operableRef)voidScope. markNonMissing(OperableRef operableRef)voidTranslationContext. markNonMissing(OperableRef operableRef)
-