Uses of Class
soot.jimple.IntConstant

Packages that use IntConstant
soot.dava.internal.javaRep   
soot.jimple Public classes for the Jimple intermediate representation. 
soot.toolkits.exceptions   
 

Uses of IntConstant in soot.dava.internal.javaRep
 

Subclasses of IntConstant in soot.dava.internal.javaRep
 class DIntConstant
           
 

Uses of IntConstant in soot.jimple
 

Methods in soot.jimple that return IntConstant
 IntConstant DoubleConstant.cmpg(RealConstant c)
           
 IntConstant DoubleConstant.cmpl(RealConstant c)
           
 IntConstant FloatConstant.cmpg(RealConstant c)
           
 IntConstant FloatConstant.cmpl(RealConstant c)
           
static IntConstant IntConstant.v(int value)
           
 IntConstant LongConstant.cmp(LongConstant c)
           
abstract  IntConstant RealConstant.cmpl(RealConstant c)
           
abstract  IntConstant RealConstant.cmpg(RealConstant c)
           
 

Methods in soot.jimple with parameters of type IntConstant
 void AbstractConstantSwitch.caseIntConstant(IntConstant v)
           
 void AbstractJimpleValueSwitch.caseIntConstant(IntConstant v)
           
 void ConstantSwitch.caseIntConstant(IntConstant v)
           
 

Uses of IntConstant in soot.toolkits.exceptions
 

Methods in soot.toolkits.exceptions with parameters of type IntConstant
 void UnitThrowAnalysis.ValueSwitch.caseIntConstant(IntConstant c)