public class AttributeInfo extends Attribute
Constructor and Description |
---|
AttributeInfo() |
Modifier and Type | Method and Description |
---|---|
void |
codegen(ClassFile classfile,
java.io.FileOutputStream f) |
int |
get_attributes_length() |
de.dhbwstuttgart.typeinference.Menge<java.lang.Byte> |
get_info_Menge() |
byte[] |
get_info() |
void |
set_info(byte[] t) |
void |
set_info(de.dhbwstuttgart.typeinference.Menge t) |
get_attribute_name_index, set_attribute_name_index
public byte[] get_info()
public de.dhbwstuttgart.typeinference.Menge<java.lang.Byte> 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, java.io.IOException
codegen
in class Attribute
JVMCodeException
java.io.IOException