KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > polyglot > ext > coffer > types > ParamKey


1 package polyglot.ext.coffer.types;
2
3 import polyglot.types.*;
4 import polyglot.visit.*;
5 import polyglot.util.*;
6
7 /** Key used as a parameter. */
8 public interface ParamKey extends Key
9 {
10 }
11
Popular Tags