com.jasml.classes
Class Constant_Double

java.lang.Object
  extended bycom.jasml.classes.ConstantPoolItem
      extended bycom.jasml.classes.Constant_Double

public class Constant_Double
extends ConstantPoolItem


Field Summary
 double value
           
 
Fields inherited from class com.jasml.classes.ConstantPoolItem
tag, tagName
 
Constructor Summary
Constant_Double(double value)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

value

public double value
Constructor Detail

Constant_Double

public Constant_Double(double value)
Method Detail

toString

public java.lang.String toString()