AuD
Lecture 'Algorithmen und Datenstrukturen' (code examples)
Terminal.java
Go to the documentation of this file.
1package aud.example.expr;
2
12public abstract class Terminal extends AtomicExpression {
13}
Superclass for data associated with a tree node.
Node represents a terminal AtomicExpression.
Definition: Terminal.java:12