KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > simpletrl > DoubleLiteralClass


1 package simpletrl;
2 public interface DoubleLiteralClass extends javax.jmi.reflect.RefClass {
3     public simpletrl.DoubleLiteral createDoubleLiteral() throws javax.jmi.reflect.JmiException;
4
5     public simpletrl.DoubleLiteral createDoubleLiteral(double val) throws javax.jmi.reflect.JmiException;
6
7 }//end of interface
8
Popular Tags