Uses of Interface
jef.dna.infoStructures.InfoStructure

Packages that use InfoStructure
jef.dna.infoStructures   
jef.dna.infoStructures.impl   
 

Uses of InfoStructure in jef.dna.infoStructures
 

Subinterfaces of InfoStructure in jef.dna.infoStructures
 interface FieldInfoStructure
          Standard interface to be implemented by service providers.
 interface MethodInfoStructure
          Standard interface to be implemented by service providers.
 

Methods in jef.dna.infoStructures that return InfoStructure
 InfoStructure InfoStructuresFactory.getInstance(int type)
          Returns a new InfoStructure instance according to the type specified as input parameter.
 InfoStructure InfoStructuresFactory.getInstance(int type, java.io.DataInputStream dis, Dna dna)
          Returns a new InfoStructure instance according to the type specified as input parameter.
 

Uses of InfoStructure in jef.dna.infoStructures.impl
 

Classes in jef.dna.infoStructures.impl that implement InfoStructure
 class FieldInfo
          A class representing a Field Info structure.
 class InfoStructureAncestor
          This is the ancestor class of both the FieldInfo and the MethodInfo implementation classes.
 class MethodInfo
          Class representing a Method Info structure.
 

Methods in jef.dna.infoStructures.impl that return InfoStructure
 InfoStructure InfoFactory.getInstance(int type)
           
 InfoStructure InfoFactory.getInstance(int type, java.io.DataInputStream dis, Dna dna)