Uses of Interface
org.cojen.classfile.CodeBuffer

Packages that use CodeBuffer
org.cojen.classfile   
org.cojen.classfile.attribute   
 

Uses of CodeBuffer in org.cojen.classfile
 

Classes in org.cojen.classfile that implement CodeBuffer
 class CodeBuilder
          This class is used as an aid in generating code for a method.
 

Uses of CodeBuffer in org.cojen.classfile.attribute
 

Methods in org.cojen.classfile.attribute that return CodeBuffer
 CodeBuffer CodeAttr.getCodeBuffer()
          Returns null if no CodeBuffer is defined for this CodeAttr.
 

Methods in org.cojen.classfile.attribute with parameters of type CodeBuffer
 void CodeAttr.setCodeBuffer(CodeBuffer code)
          As a side effect of calling this method, new line number and local variable tables are created.
 



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