Package org.jpmml.translator
Class MethodScope
- java.lang.Object
-
- org.jpmml.translator.Scope
-
- org.jpmml.translator.MethodScope
-
public class MethodScope extends Scope
-
-
Field Summary
Fields Modifier and Type Field Description static StringTYPEVAR_NUMBER-
Fields inherited from class org.jpmml.translator.Scope
VAR_ARGUMENTS, VAR_CONTEXT, VAR_VALUEFACTORY
-
-
Constructor Summary
Constructors Constructor Description MethodScope(com.sun.codemodel.JMethod method)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.sun.codemodel.JMethodgetMethod()com.sun.codemodel.JTypeVargetTypeVariable(String name)voidputTypeVariable(com.sun.codemodel.JTypeVar typeParam)-
Methods inherited from class org.jpmml.translator.Scope
cleanVariableInfo, close, declare, ensureOpen, getBlock, getVariable, isNonMissing, isNonMissing, isOpen, markNonMissing, markNonMissing, putVariable
-
-
-
-
Field Detail
-
TYPEVAR_NUMBER
public static final String TYPEVAR_NUMBER
- See Also:
- Constant Field Values
-
-
Method Detail
-
getTypeVariable
public com.sun.codemodel.JTypeVar getTypeVariable(String name)
-
putTypeVariable
public void putTypeVariable(com.sun.codemodel.JTypeVar typeParam)
-
getMethod
public com.sun.codemodel.JMethod getMethod()
-
-