1 package polyglot.lex;2 3 /** The base class of all input elements: tokens and comments. */4 abstract class InputElement {}5