com.jasml.classes
Class ConstantPoolItem

java.lang.Object
  extended bycom.jasml.classes.ConstantPoolItem
Direct Known Subclasses:
Constant_Class, Constant_Double, Constant_Fieldref, Constant_Float, Constant_Integer, Constant_InterfaceMethodref, Constant_Long, Constant_Methodref, Constant_NameAndType, Constant_String, Constant_Utf8

public class ConstantPoolItem
extends java.lang.Object

The super class for all the constant pool items.


Field Summary
 byte tag
           
 java.lang.String tagName
           
 
Constructor Summary
ConstantPoolItem(byte tag)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

tag

public byte tag

tagName

public java.lang.String tagName
Constructor Detail

ConstantPoolItem

public ConstantPoolItem(byte tag)