Uses of Interface
jef.dna.attributes.InnerClassesTableEntry

Packages that use InnerClassesTableEntry
jef.dna.attributes   
jef.dna.attributes.impl   
 

Uses of InnerClassesTableEntry in jef.dna.attributes
 

Methods in jef.dna.attributes that return types with arguments of type InnerClassesTableEntry
 java.util.List<InnerClassesTableEntry> InnerClassesAttribute.getClasses()
          Every CONSTANT_Class_info entry in the constant_pool table which represents a class or interface C that is not a package member must have exactly one corresponding entry in the classes array.
 

Uses of InnerClassesTableEntry in jef.dna.attributes.impl
 

Classes in jef.dna.attributes.impl that implement InnerClassesTableEntry
 class InnerClassesTableEntry
          Class representing an Inner Classes instance's table entry.
 

Methods in jef.dna.attributes.impl that return types with arguments of type InnerClassesTableEntry
 java.util.List<InnerClassesTableEntry> InnerClasses.getClasses()
           
 

Method parameters in jef.dna.attributes.impl with type arguments of type InnerClassesTableEntry
 void InnerClasses.setClasses(java.util.List<InnerClassesTableEntry> classesList)