|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbyucc.jhdl.synth.classparse.ClassFileParser
byucc.jhdl.synth.classparse.CPInfo
byucc.jhdl.synth.classparse.CPFloat
Field Summary |
Fields inherited from class byucc.jhdl.synth.classparse.ClassFileParser |
CONSTANT_Class, CONSTANT_Double, CONSTANT_Fieldref, CONSTANT_Float, CONSTANT_Integer, CONSTANT_InterfaceMethodref, CONSTANT_Long, CONSTANT_Methodref, CONSTANT_NameAndType, CONSTANT_String, CONSTANT_Utf8 |
Constructor Summary | |
CPFloat()
|
Method Summary | |
java.lang.String |
getStringValue()
|
float |
getValue()
|
void |
toClass(ClassFileWriter output)
Spit out the contents of this CPFloat to the given ClassFileWriter. |
Methods inherited from class byucc.jhdl.synth.classparse.CPInfo |
getQuotedStringValue, getStringValue, toJasmin |
Methods inherited from class byucc.jhdl.synth.classparse.ClassFileParser |
getClassFile, getConstantPool, length, parseAttributeInfo, parseAttributes, parseConstantPool, parseCPInfo, parseDouble, parseFieldInfo, parseFields, parseFloat, parseLong, parseMethodInfo, parseMethods, parseOpCode, parseSuccess, parseUTF, s2, toJasmin, u1, u2, u4 |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CPFloat()
Method Detail |
public float getValue()
public void toClass(ClassFileWriter output)
toClass
in class CPInfo
output
- a ClassFileWriter constructed with a DataOutputStram to
contain the output class file.public java.lang.String getStringValue()
getStringValue
in class CPInfo
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |