Package | Description |
---|---|
mycompiler.mybytecode |
Modifier and Type | Class and Description |
---|---|
class |
AttributeInfo |
class |
CodeAttribute |
class |
SignatureInfo
Generiert die Attribute eines Fields, einer Methode oder einer Klasse/Interface
zur Integration der Signatur (Generics).
|
Modifier and Type | Method and Description |
---|---|
java.util.Vector<Attribute> |
CodeAttribute.get_attributes_Vector() |
java.util.Vector<Attribute> |
FieldInfo.get_attributes() |
java.util.Vector<Attribute> |
ClassFile.get_attributes() |
java.util.Vector<Attribute> |
MethodInfo.get_attributes() |
Modifier and Type | Method and Description |
---|---|
void |
ClassFile.add_field(java.lang.String name,
java.lang.String type,
short acc_flag,
Attribute attr) |
Modifier and Type | Method and Description |
---|---|
void |
CodeAttribute.set_attributes_Vector(java.util.Vector<Attribute> t) |
void |
FieldInfo.set_attributes(java.util.Vector<Attribute> t) |
void |
ClassFile.set_attributes(java.util.Vector<Attribute> t) |
void |
MethodInfo.set_attributes(java.util.Vector<Attribute> t) |