org.cojen.classfile
Interface CodeBuffer

All Known Implementing Classes:
CodeBuilder

public interface CodeBuffer

An interface that abstracts bytecode from a cojen.classfile.attribute.CodeAttr.

Author:
Brian S O'Neill
See Also:
Opcode

Method Summary
 byte[] getByteCodes()
           
 ExceptionHandler[] getExceptionHandlers()
           
 int getMaxLocals()
           
 int getMaxStackDepth()
           
 

Method Detail

getMaxStackDepth

int getMaxStackDepth()

getMaxLocals

int getMaxLocals()

getByteCodes

byte[] getByteCodes()

getExceptionHandlers

ExceptionHandler[] getExceptionHandlers()


Copyright © 2004-2011 Brian S O'Neill. All Rights Reserved.