soot.dava.toolkits.base.renamer
Class heuristicTuple

java.lang.Object
  extended bysoot.dava.toolkits.base.renamer.heuristicTuple

public class heuristicTuple
extends Object


Constructor Summary
heuristicTuple(int bits)
           
 
Method Summary
 String getFieldName()
           
 boolean getHeuristic(int bitIndex)
           
 Iterator getMethodName()
           
 String getObjectClassName()
           
 String getPrint()
           
 boolean isAnyHeuristicSet()
           
 void setFieldName(String fieldName)
           
 void setHeuristic(int bitIndex)
           
 void setMethodName(String methodName)
           
 void setObjectClassName(String objectClassName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

heuristicTuple

public heuristicTuple(int bits)
Method Detail

setFieldName

public void setFieldName(String fieldName)

getFieldName

public String getFieldName()

setObjectClassName

public void setObjectClassName(String objectClassName)

getObjectClassName

public String getObjectClassName()

setMethodName

public void setMethodName(String methodName)

getMethodName

public Iterator getMethodName()

setHeuristic

public void setHeuristic(int bitIndex)

getHeuristic

public boolean getHeuristic(int bitIndex)

isAnyHeuristicSet

public boolean isAnyHeuristicSet()

getPrint

public String getPrint()