Uses of Interface
com.vladium.jcd.cls.IConstantCollection

Packages that use IConstantCollection
com.vladium.jcd.cls   
com.vladium.jcd.cls.attribute   
 

Uses of IConstantCollection in com.vladium.jcd.cls
 

Classes in com.vladium.jcd.cls that implement IConstantCollection
(package private)  class ConstantCollection
           
 

Fields in com.vladium.jcd.cls declared as IConstantCollection
private  IConstantCollection ClassDef.m_constants
           
 

Methods in com.vladium.jcd.cls that return IConstantCollection
 IConstantCollection ClassDef.getConstants()
           
static IConstantCollection ElementFactory.newConstantCollection(int capacity)
           
 

Methods in com.vladium.jcd.cls with parameters of type IConstantCollection
 java.lang.Object IClassDefVisitor.visit(IConstantCollection constants, java.lang.Object ctx)
           
 java.lang.Object AbstractClassDefVisitor.visit(IConstantCollection constants, java.lang.Object ctx)
           
 

Constructors in com.vladium.jcd.cls with parameters of type IConstantCollection
Field_info(IConstantCollection constants, UDataInputStream bytes)
           
Method_info(IConstantCollection constants, UDataInputStream bytes)
           
 

Uses of IConstantCollection in com.vladium.jcd.cls.attribute
 

Methods in com.vladium.jcd.cls.attribute with parameters of type IConstantCollection
static Attribute_info Attribute_info.new_Attribute_info(IConstantCollection constants, UDataInputStream bytes)
          Parses out a single Attribute_info element out of .class data in 'bytes'.
 

Constructors in com.vladium.jcd.cls.attribute with parameters of type IConstantCollection
CodeAttribute_info(IConstantCollection constants, int attribute_name_index, long attribute_length, UDataInputStream bytes)