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