Trees | Indices | Help |
|
---|
|
JavaCode manages a list of bytecode to a specific method, by decoding a raw buffer and transform each bytecode into a JBC object
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|
Return all bytecodes @rtype : |
Return the relative idx by given an offset in the code
|
Return a specific bytecode at an index @param : the index of a bytecode @rtype : JBC |
Remove bytecode at a specific index
|
Insert bytecode at a specific index
|
Remplace bytecode at a specific index by another bytecode (remplace = remove + insert)
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Wed May 18 15:57:03 2011 | http://epydoc.sourceforge.net |