com.jasml.classes
Class ConstantPool

java.lang.Object
  extended bycom.jasml.classes.ConstantPool

public class ConstantPool
extends java.lang.Object


Field Summary
(package private)  ConstantPoolItem[] poolItems
           
 
Constructor Summary
ConstantPool(ConstantPoolItem[] items)
           
 
Method Summary
 ConstantPoolItem getConstant(int index)
           
 int getConstantPoolCount()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

poolItems

ConstantPoolItem[] poolItems
Constructor Detail

ConstantPool

public ConstantPool(ConstantPoolItem[] items)
Method Detail

getConstant

public ConstantPoolItem getConstant(int index)

getConstantPoolCount

public int getConstantPoolCount()

toString

public java.lang.String toString()