Uses of Class
jef.dna.methodsTable.exceptions.MethodInfoStructureNotFoundException

Packages that use MethodInfoStructureNotFoundException
jef.dna.methodsTable   
jef.dna.methodsTable.impl.def   
 

Uses of MethodInfoStructureNotFoundException in jef.dna.methodsTable
 

Methods in jef.dna.methodsTable that throw MethodInfoStructureNotFoundException
 int MethodsTable.getIndexOf(MethodInfoStructure entry)
          Return the index of the provided entry, if exists.
 int MethodsTable.remove(MethodInfoStructure entry, boolean compact)
          Removes the specified entry, if exists, resizing the table if compact is true, otherwise the removed entry has to be replaced by null
 

Uses of MethodInfoStructureNotFoundException in jef.dna.methodsTable.impl.def
 

Methods in jef.dna.methodsTable.impl.def that throw MethodInfoStructureNotFoundException
 int MTable.getIndexOf(MethodInfoStructure entry)
          Return the index of the provided entry, if exists.
 int MTable.remove(MethodInfoStructure entry, boolean compact)
          Removes the specified entry, if exists, resizing the table if compact is true, otherwise the removed entry has to be replaced by null