KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > simpletrl > IntegerLiteral


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