KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > polyglot > ast > CanonicalTypeNode


1 package polyglot.ast;
2
3 import polyglot.types.Type;
4
5 /**
6  * A <code>CanonicalTypeNode</code> is a type node for a canonical type.
7  */

8 public interface CanonicalTypeNode extends TypeNode
9 {
10 }
11
Popular Tags