KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > polyglot > types > CodeInstance


1 package polyglot.types;
2
3 /**
4  * A <code>CodeInstance</code> contains the type information for a Java
5  * code-chunk (a method, a constructor, or initializer).
6  */

7 public interface CodeInstance extends MemberInstance
8 {
9 }
10
Popular Tags