Class X

java.lang.Object
  |
  +--CPInfo
        |
        +--X

public class X
extends CPInfo


Field Summary
(package private)  short class_index
           
(package private)  short name_and_type_index
           
(package private)  byte tag
           
 
Constructor Summary
X()
           
 
Method Summary
 void codegen(ClassFile classfile, java.io.FileOutputStream f)
           
 
Methods inherited from class CPInfo
get_tag, set_tag
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

tag

byte tag

class_index

short class_index

name_and_type_index

short name_and_type_index
Constructor Detail

X

public X()
Method Detail

codegen

public void codegen(ClassFile classfile,
                    java.io.FileOutputStream f)
Specified by:
codegen in class CPInfo