org.logicalcobwebs.cglib.core
Class CodeEmitter.State

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

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


Field Summary
(package private)  int access
           
(package private)  Type[] argumentTypes
           
(package private)  Type[] exceptionTypes
           
(package private)  int localOffset
           
(package private)  Signature sig
           
 
Constructor Summary
CodeEmitter.State(int access, Signature sig, Type[] exceptionTypes)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

access

int access

sig

Signature sig

argumentTypes

Type[] argumentTypes

localOffset

int localOffset

exceptionTypes

Type[] exceptionTypes
Constructor Detail

CodeEmitter.State

CodeEmitter.State(int access,
                  Signature sig,
                  Type[] exceptionTypes)