AuD
Lecture 'Algorithmen und Datenstrukturen' (code examples)
Operator.java
Go to the documentation of this file.
1package aud.example.expr;
2
6public abstract class Operator extends AtomicExpression {
7}
Superclass for data associated with a tree node.
Node representing operator in an expression tree.
Definition: Operator.java:6