com.sun.tools.classfile
Class ConstantPool.CONSTANT_Float_info

java.lang.Object
  extended by com.sun.tools.classfile.ConstantPool.CPInfo
      extended by com.sun.tools.classfile.ConstantPool.CONSTANT_Float_info
Enclosing class:
ConstantPool

public static class ConstantPool.CONSTANT_Float_info
extends ConstantPool.CPInfo


Field Summary
 float value
           
 
Fields inherited from class com.sun.tools.classfile.ConstantPool.CPInfo
cp
 
Constructor Summary
ConstantPool.CONSTANT_Float_info(ClassReader cr)
           
ConstantPool.CONSTANT_Float_info(float value)
           
 
Method Summary
<R,D> R
accept(ConstantPool.Visitor<R,D> visitor, D data)
           
 int getTag()
           
 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 final float value
Constructor Detail

ConstantPool.CONSTANT_Float_info

ConstantPool.CONSTANT_Float_info(ClassReader cr)
                           throws java.io.IOException
Throws:
java.io.IOException

ConstantPool.CONSTANT_Float_info

public ConstantPool.CONSTANT_Float_info(float value)
Method Detail

getTag

public int getTag()
Specified by:
getTag in class ConstantPool.CPInfo

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

accept

public <R,D> R accept(ConstantPool.Visitor<R,D> visitor,
                      D data)
Specified by:
accept in class ConstantPool.CPInfo