Package org.jpmml.translator.tree
Class NodeScope
- java.lang.Object
-
- org.jpmml.translator.Scope
-
- org.jpmml.translator.tree.NodeScope
-
public class NodeScope extends Scope
-
-
Field Summary
-
Fields inherited from class org.jpmml.translator.Scope
VAR_ARGUMENTS, VAR_CONTEXT, VAR_VALUEFACTORY
-
-
Constructor Summary
Constructors Constructor Description NodeScope(JIfStatement ifStatement)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intreInit()-
Methods inherited from class org.jpmml.translator.Scope
cleanVariableInfo, close, declare, ensureOpen, getBlock, getVariable, isNonMissing, isNonMissing, isOpen, markNonMissing, markNonMissing, putVariable
-
-
-
-
Constructor Detail
-
NodeScope
public NodeScope(JIfStatement ifStatement)
-
-