|
||||||||||
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()
|
de.dhbwstuttgart.typeinference.Menge |
get_info_Menge()
|
byte[] |
get_info()
|
void |
set_info(byte[] t)
|
void |
set_info(de.dhbwstuttgart.typeinference.Menge 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 de.dhbwstuttgart.typeinference.Menge get_info_Menge()
public int get_attributes_length()
get_attributes_length
in class Attribute
public void set_info(byte[] t)
public void set_info(de.dhbwstuttgart.typeinference.Menge 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 |