1package aud.example.expr;
18 @Override
public String
toString() {
return "**"; }
BinaryTree< T > getLeft()
get left child or null
BinaryTree< T > getRight()
get right child or null)
ExpressionTree node_
uplink reference to node: node_.getData()==this @endiliteral
Tree representation of arithmetic expression.
Node representing operator in an expression tree.
binary power operator: A^B (also A**B)
double getValue()
get value
Power clone()
Get a copy: a new AtomicExpression of same type/content.
Type getType()
Get type identifier.
type identifiers returned by getType