|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectmycompiler.mybytecode.Attribute
public abstract class Attribute
| Constructor Summary | |
|---|---|
Attribute()
|
|
| Method Summary | |
|---|---|
abstract void |
codegen(ClassFile classfile,
java.io.FileOutputStream f)
|
short |
get_attribute_name_index()
|
abstract int |
get_attributes_length()
|
void |
set_attribute_name_index(short t)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Attribute()
| Method Detail |
|---|
public short get_attribute_name_index()
public void set_attribute_name_index(short t)
public abstract void codegen(ClassFile classfile,
java.io.FileOutputStream f)
throws JVMCodeException
JVMCodeExceptionpublic abstract int get_attributes_length()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||