1 2 3 4 5 6
package net.sven_eisenhauer.swa_prakt1; public interface ArithmeticExpression { //public void print(); //public Number evaluate(); }