AuD
Lecture 'Algorithmen und Datenstrukturen' (code examples)
aud.example.expr.Operator Class Referenceabstract

Node representing operator in an expression tree. More...

+ Inheritance diagram for aud.example.expr.Operator:
+ Collaboration diagram for aud.example.expr.Operator:

Additional Inherited Members

- Public Member Functions inherited from aud.example.expr.AtomicExpression
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...
 
- Protected Attributes inherited from aud.example.expr.AtomicExpression
ExpressionTree node_ = null
 uplink reference to node: node_.getData()==this @endiliteral
More...
 

Detailed Description

Node representing operator in an expression tree.

See also
ExpressionTree

Definition at line 6 of file Operator.java.


The documentation for this class was generated from the following file: