![]() |
AuD
Lecture 'Algorithmen und Datenstrukturen' (code examples)
|
Node represents a terminal AtomicExpression
.
More...
Additional Inherited Members | |
![]() | |
boolean | isOperator () |
node represents operator More... | |
boolean | isTerminal () |
node represents number or symbol More... | |
abstract Type | getType () |
Get type identifier. More... | |
AtomicExpression | clone () |
Get a copy: a new AtomicExpression of same type/content. More... | |
abstract double | getValue () |
get value More... | |
![]() | |
ExpressionTree | node_ = null |
uplink reference to node: node_.getData()==this @endiliteral More... | |
Node represents a terminal AtomicExpression
.
Terminals are leaves in the expression tree, i.e., numbers or symbols.
Definition at line 12 of file Terminal.java.