|
|||||||||
| 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 BCMethodCaller

java.lang.Objectorg.apache.derby.impl.services.bytecode.BCLocalField
org.apache.derby.impl.services.bytecode.BCMethodCaller
- All Implemented Interfaces:
- org.apache.derby.iapi.services.compiler.LocalField
- class BCMethodCaller
- extends BCLocalField
| Field Summary | |
(package private) int |
cpi
|
(package private) short |
opcode
|
(package private) Type |
type
|
| Constructor Summary | |
(package private) |
BCMethodCaller(short opcode,
Type type,
int cpi)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
opcode
final short opcode
cpi
final int cpi
type
final Type type
| Constructor Detail |
BCMethodCaller
BCMethodCaller(short opcode,
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