|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--jrre.classloader.classfile.attributes.Code
Contains byte-code from a CodeAttribute
in
a method info.
Constructor Summary | |
Code()
|
|
Code(int[] codeArray)
|
Method Summary | |
int[] |
getByteCode()
|
java.lang.String |
toString()
Gets a string representation of the byte-code. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public Code()
public Code(int[] codeArray)
Method Detail |
public int[] getByteCode()
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |