Top Fields Constructors Methods
org.apache.derby.impl.services.bytecode

pack-priv Class BCLocalField

extends Object
implements LocalField
Class Inheritance
All Implemented Interfaces
org.apache.derby.iapi.services.compiler.LocalField
Known Direct Subclasses
org.apache.derby.impl.services.bytecode.BCMethodCaller
Imports
org.apache.derby.iapi.services.compiler.LocalField, org.apache.derby.iapi.services.classfile.VMOpcode

Field Summary

Modifier and TypeField and Description
pack-priv final int
pack-priv final Type

Constructor Summary

AccessConstructor and Description
pack-priv
BCLocalField(Type type, int cpi)

Method Summary

Inherited from java.lang.Object:
cloneequalsfinalizegetClasshashCodenotifynotifyAlltoStringwaitwaitwait

Field Detail

cpiback to summary
pack-priv final int cpi
typeback to summary
pack-priv final Type type

Constructor Detail

BCLocalFieldback to summary
pack-priv BCLocalField(Type type, int cpi)