KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > polyglot > ext > param > types > Param


1 package polyglot.ext.param.types;
2
3 import polyglot.types.*;
4
5 //XXX Is this obsolete? Coffer doesn't seem to use it. --AM
6

7 /**
8  * Interface tagging any type-system object that can be used as a parameter
9  * to a parameterized type.
10  */

11 public interface Param extends TypeObject { }
12
Popular Tags