org.apache.jdo.impl.enhancer.classfile
Class CodeEnv

java.lang.Object
  extended byorg.apache.jdo.impl.enhancer.classfile.CodeEnv

class CodeEnv
extends java.lang.Object

Environment in which to decode the attributes of a CodeAttribute.


Field Summary
private  ConstantPool constantPool
           
private  java.util.Hashtable targets
           
 
Constructor Summary
(package private) CodeEnv(ConstantPool constantPool)
           
 
Method Summary
(package private)  InsnTarget findTarget(int offset)
           
(package private)  InsnTarget getTarget(int offset)
           
(package private)  ConstantPool pool()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

constantPool

private ConstantPool constantPool

targets

private java.util.Hashtable targets
Constructor Detail

CodeEnv

CodeEnv(ConstantPool constantPool)
Method Detail

getTarget

final InsnTarget getTarget(int offset)

findTarget

final InsnTarget findTarget(int offset)

pool

final ConstantPool pool()