| java.lang.Object org.apache.harmony.pack200.bytecode.ClassFileEntry org.apache.harmony.pack200.bytecode.Attribute org.apache.harmony.pack200.bytecode.BCIRenumberedAttribute org.apache.harmony.pack200.bytecode.NewAttribute
Method Summary | |
public void | addBCIndex(int length, int value) | public void | addBCLength(int length, int value) | public void | addBCOffset(int length, int value) | public void | addCPClass(int length, CPClass class1) | public void | addCPConstant(int length, CPConstant constant) | public void | addCPFieldRef(int length, CPFieldRef ref) | public void | addCPIMethodRef(int length, CPInterfaceMethodRef ref) | public void | addCPMethodRef(int length, CPMethodRef ref) | public void | addCPNameAndType(int length, CPNameAndType type) | public void | addCPUTF8(int length, CPUTF8 cputf8) | public void | addInteger(int length, long value) | protected int | getLength() | protected int[] | getStartPCs() | public void | renumber(List byteCodeOffsets) | protected void | resolve(ClassConstantPool pool) | public String | toString() | protected void | writeBody(DataOutputStream dos) |
addBCIndex | public void addBCIndex(int length, int value)(Code) | | |
addBCLength | public void addBCLength(int length, int value)(Code) | | |
addBCOffset | public void addBCOffset(int length, int value)(Code) | | |
addCPClass | public void addCPClass(int length, CPClass class1)(Code) | | |
addCPUTF8 | public void addCPUTF8(int length, CPUTF8 cputf8)(Code) | | |
addInteger | public void addInteger(int length, long value)(Code) | | |
getLength | protected int getLength()(Code) | | |
getStartPCs | protected int[] getStartPCs()(Code) | | |
renumber | public void renumber(List byteCodeOffsets)(Code) | | |
Fields inherited from org.apache.harmony.pack200.bytecode.BCIRenumberedAttribute | protected boolean renumbered(Code)(Java Doc)
|
Fields inherited from org.apache.harmony.pack200.bytecode.Attribute | final protected CPUTF8 attributeName(Code)(Java Doc)
|
|
|