Class TreeNodeFunction
java.lang.Object
one.empty3.library.core.raytracer.tree.TreeNode
one.empty3.library.core.raytracer.tree.TreeNodeValue
one.empty3.library.core.raytracer.tree.TreeNodeFunction
-
Field Summary
-
Constructor Summary
ConstructorsConstructorDescriptionTreeNodeFunction
(TreeNode parent, Object[] values, VariableTreeNodeType type) -
Method Summary
Methods inherited from class one.empty3.library.core.raytracer.tree.TreeNodeValue
getValue
Methods inherited from class one.empty3.library.core.raytracer.tree.TreeNode
getChildren, getExpressionString, getParent, getType, setChildren, setExpressionString, setParent, setValue, toString
-
Constructor Details
-
TreeNodeFunction
-
-
Method Details
-
eval
- Specified by:
eval
in classTreeNodeValue
-