|
|||||||||
| Home >> All >> org >> apache >> derby >> impl >> services >> [ bytecode overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.apache.derby.impl.services.bytecode
Class BCLocalField

java.lang.Objectorg.apache.derby.impl.services.bytecode.BCLocalField
- All Implemented Interfaces:
- org.apache.derby.iapi.services.compiler.LocalField
- Direct Known Subclasses:
- BCMethodCaller
- class BCLocalField
- extends java.lang.Object
- implements org.apache.derby.iapi.services.compiler.LocalField
- extends java.lang.Object
| Field Summary | |
(package private) int |
cpi
|
(package private) Type |
type
|
| Constructor Summary | |
(package private) |
BCLocalField(Type type,
int cpi)
|
| 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)
|
|||||||||
| Home >> All >> org >> apache >> derby >> impl >> services >> [ bytecode overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
org.apache.derby.impl.services.bytecode.BCLocalField