org.logicalcobwebs.cglib.core
Class Local

java.lang.Object
  extended by org.logicalcobwebs.cglib.core.Local

public class Local
extends java.lang.Object


Field Summary
private  int index
           
private  Type type
           
 
Constructor Summary
Local(int index, Type type)
           
 
Method Summary
 int getIndex()
           
 Type getType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

type

private Type type

index

private int index
Constructor Detail

Local

public Local(int index,
             Type type)
Method Detail

getIndex

public int getIndex()

getType

public Type getType()