Uses of Class
com.caucho.bytecode.CodeAttribute

Packages that use CodeAttribute
com.caucho.bytecode   
 

Uses of CodeAttribute in com.caucho.bytecode
 

Subclasses of CodeAttribute in com.caucho.bytecode
 class CodeWriterAttribute
          Code generator attribute.
 

Fields in com.caucho.bytecode declared as CodeAttribute
protected  CodeAttribute CodeVisitor._codeAttr
           
 

Methods in com.caucho.bytecode that return CodeAttribute
 CodeAttribute JavaMethod.createCode()
          Create the code attribute.
 CodeAttribute JavaMethod.getCode()
          Returns the code attribute.
 CodeAttribute CodeVisitor.getCodeAttribute()
          Returns the code attribute.
 

Methods in com.caucho.bytecode with parameters of type CodeAttribute
 void CodeEnhancer.init(JavaClass javaClass, CodeAttribute codeAttr)
           
 void CodeVisitor.init(JavaClass javaClass, CodeAttribute codeAttr)
           
 

Constructors in com.caucho.bytecode with parameters of type CodeAttribute
CodeEnhancer(JavaClass javaClass, CodeAttribute code)
           
CodeVisitor(JavaClass javaClass, CodeAttribute codeAttr)