|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object mycompiler.mybytecode.Attribute mycompiler.mybytecode.AttributeInfo
public class AttributeInfo
Constructor Summary | |
---|---|
AttributeInfo()
|
Method Summary | |
---|---|
void |
codegen(ClassFile classfile,
java.io.FileOutputStream f)
|
int |
get_attributes_length()
|
java.util.Vector |
get_info_Vector()
|
byte[] |
get_info()
|
void |
set_info(byte[] t)
|
void |
set_info(java.util.Vector t)
|
Methods inherited from class mycompiler.mybytecode.Attribute |
---|
get_attribute_name_index, set_attribute_name_index |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AttributeInfo()
Method Detail |
---|
public byte[] get_info()
public java.util.Vector get_info_Vector()
public int get_attributes_length()
get_attributes_length
in class Attribute
public void set_info(byte[] t)
public void set_info(java.util.Vector t)
public void codegen(ClassFile classfile, java.io.FileOutputStream f) throws JVMCodeException
codegen
in class Attribute
JVMCodeException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |