sun.tools.javap
Class CPX2

java.lang.Object
  extended by sun.tools.javap.CPX2

 class CPX2
extends java.lang.Object

Stores constant pool entry information with two fields.


Field Summary
(package private)  int cpx1
           
(package private)  int cpx2
           
 
Constructor Summary
CPX2(int cpx1, int cpx2)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

cpx1

int cpx1

cpx2

int cpx2
Constructor Detail

CPX2

CPX2(int cpx1,
     int cpx2)