net.sf.cglib.core
Class Local

java.lang.Object
  extended by net.sf.cglib.core.Local

public class Local
extends java.lang.Object


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

Constructor Detail

Local

public Local(int index,
             org.objectweb.asm.Type type)
Method Detail

getIndex

public int getIndex()

getType

public org.objectweb.asm.Type getType()


Copyright (c) 2001 - Apache Software Foundation