|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object mycompiler.mybytecode.CPInfo mycompiler.mybytecode.CONSTANT_Long_info
public class CONSTANT_Long_info
Constructor Summary | |
---|---|
CONSTANT_Long_info()
|
Method Summary | |
---|---|
void |
codegen(ClassFile classfile,
java.io.FileOutputStream f)
|
int |
get_high_bytes()
|
int |
get_low_bytes()
|
void |
set_high_bytes(int t)
|
void |
set_low_bytes(int t)
|
Methods inherited from class mycompiler.mybytecode.CPInfo |
---|
get_tag, set_tag |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CONSTANT_Long_info()
Method Detail |
---|
public int get_high_bytes()
public int get_low_bytes()
public void set_high_bytes(int t)
public void set_low_bytes(int t)
public void codegen(ClassFile classfile, java.io.FileOutputStream f)
codegen
in class CPInfo
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |