KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > polyglot > ast > Lit


1 package polyglot.ast;
2
3 /**
4  * <code>Lit</code> represents any Java literal.
5  */

6 public interface Lit extends Expr
7 {
8 }
9
Popular Tags