KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > simpletrl > DoubleLiteral


1 package simpletrl;
2 public interface DoubleLiteral extends simpletrl.LiteralExp{ public double getVal() throws javax.jmi.reflect.JmiException;
3     public void setVal(double newValue) throws javax.jmi.reflect.JmiException;
4 }
5
Popular Tags