org.logicalcobwebs.cglib.core
Class RemappingCodeVisitor.State

java.lang.Object
  extended by org.logicalcobwebs.cglib.core.RemappingCodeVisitor.State
Enclosing class:
RemappingCodeVisitor

private static class RemappingCodeVisitor.State
extends java.lang.Object


Field Summary
(package private)  int firstLocal
           
(package private)  java.util.Map locals
           
(package private)  int nextLocal
           
 
Constructor Summary
RemappingCodeVisitor.State(int access, Type[] args)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

locals

java.util.Map locals

firstLocal

int firstLocal

nextLocal

int nextLocal
Constructor Detail

RemappingCodeVisitor.State

RemappingCodeVisitor.State(int access,
                           Type[] args)