|
ProGuard | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectproguard.classfile.CpInfo
proguard.classfile.DoubleCpInfo
Representation of a 'double' entry in the ConstantPool (takes up two indices).
| Field Summary | |
int |
u4highBytes
|
int |
u4lowBytes
|
| Fields inherited from class proguard.classfile.CpInfo |
visitorInfo |
| Constructor Summary | |
protected |
DoubleCpInfo()
|
|
DoubleCpInfo(double value)
Creates a new DoubleCpInfo with the given double value. |
| Method Summary | |
void |
accept(ClassFile classFile,
CpInfoVisitor cpInfoVisitor)
Accepts the given visitor. |
int |
getTag()
Returns the class pool info tag that specifies the entry type. |
double |
getValue()
Returns the double value of this DoubleCpInfo. |
protected void |
readInfo(DataInput din)
Reads the 'info' data following the u1tag byte. |
void |
setValue(double value)
Sets the double value of this DoubleCpInfo. |
protected void |
writeInfo(DataOutput dout)
Writes the 'info' data following the u1tag byte. |
| Methods inherited from class proguard.classfile.CpInfo |
create, createOrShare, getVisitorInfo, setVisitorInfo, write |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public int u4highBytes
public int u4lowBytes
| Constructor Detail |
public DoubleCpInfo(double value)
protected DoubleCpInfo()
| Method Detail |
public double getValue()
public void setValue(double value)
public int getTag()
CpInfo
getTag in class CpInfo
protected void readInfo(DataInput din)
throws IOException
CpInfo
readInfo in class CpInfoIOException
protected void writeInfo(DataOutput dout)
throws IOException
CpInfo
writeInfo in class CpInfoIOException
public void accept(ClassFile classFile,
CpInfoVisitor cpInfoVisitor)
CpInfo
accept in class CpInfo
|
ProGuard | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||