KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > polyglot > lex > InputElement


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