Class cp_info

java.lang.Object
  |
  +--cp_info
Direct Known Subclasses:
CONSTANT_Class_info, CONSTANT_Double_info, CONSTANT_Fieldref_info, CONSTANT_Float_info, CONSTANT_Integer_info, CONSTANT_InterfaceMethodref_info, CONSTANT_Long_info, CONSTANT_Methodref_info, CONSTANT_NameAndType_info, CONSTANT_String_info, CONSTANT_Unicode_info, CONSTANT_Utf8_info

abstract class cp_info
extends java.lang.Object


Field Summary
(package private)  int tag
           
 
Constructor Summary
(package private) cp_info(int t)
           
 
Method Summary
(package private)  void resolveStrings(ConstantPool pool)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

tag

int tag
Constructor Detail

cp_info

cp_info(int t)
Method Detail

resolveStrings

void resolveStrings(ConstantPool pool)