org.apache.derby.impl.services.bytecode
Class BCLocalField

java.lang.Object
  extended by org.apache.derby.impl.services.bytecode.BCLocalField
All Implemented Interfaces:
LocalField
Direct Known Subclasses:
BCMethodCaller

 class BCLocalField
extends java.lang.Object
implements LocalField


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

Field Detail

cpi

final int cpi

type

final Type type
Constructor Detail

BCLocalField

BCLocalField(Type type,
             int cpi)

Built on Thu 2011-03-10 11:54:14+0000, from revision ???

Apache Derby V10.6 Internals - Copyright © 2004,2007 The Apache Software Foundation. All Rights Reserved.