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

java.lang.Object
  extended byorg.apache.derby.impl.services.bytecode.BCLocalField
      extended byorg.apache.derby.impl.services.bytecode.BCMethodCaller
All Implemented Interfaces:
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)

Built on Tue 2006-10-10 19:23:47+0200, from revision exported

Apache Derby V10.1 Engine Documentation - Copyright © 1997,2005 The Apache Software Foundation or its licensors, as applicable.