// Don't forget the Javadocs! public class Semicolon implements Token { public String toString() { } public String handle(Stack s) { } }