Uses of Interface
soot.jimple.GotoStmt

Packages that use GotoStmt
soot.grimp Public classes for the Grimp intermediate representation. 
soot.jimple Public classes for the Jimple intermediate representation. 
soot.jimple.internal Internal, messy, implementation-specific classes for the Jimple intermediate representation. 
soot.jimple.toolkits.typing.fast   
soot.shimple.toolkits.scalar Some analyses based on Shimple. 
soot.toolkits.exceptions   
 

Uses of GotoStmt in soot.grimp
 

Methods in soot.grimp that return GotoStmt
 GotoStmt Grimp.newGotoStmt(GotoStmt s)
           
 GotoStmt Grimp.newGotoStmt(GotoStmt s)
           
 GotoStmt Grimp.newGotoStmt(Unit target)
          Constructs a GotoStmt(Stmt) grammar chunk.
 GotoStmt Grimp.newGotoStmt(Unit target)
          Constructs a GotoStmt(Stmt) grammar chunk.
 

Methods in soot.grimp with parameters of type GotoStmt
 GotoStmt Grimp.newGotoStmt(GotoStmt s)
           
 GotoStmt Grimp.newGotoStmt(GotoStmt s)
           
 

Uses of GotoStmt in soot.jimple
 

Methods in soot.jimple that return GotoStmt
 GotoStmt Jimple.newGotoStmt(Unit target)
          Constructs a GotoStmt(Stmt) grammar chunk.
 GotoStmt Jimple.newGotoStmt(Unit target)
          Constructs a GotoStmt(Stmt) grammar chunk.
 GotoStmt Jimple.newGotoStmt(UnitBox stmtBox)
           
 GotoStmt Jimple.newGotoStmt(UnitBox stmtBox)
           
 

Methods in soot.jimple with parameters of type GotoStmt
 void AbstractStmtSwitch.caseGotoStmt(GotoStmt stmt)
           
 void StmtSwitch.caseGotoStmt(GotoStmt stmt)
           
 void StmtSwitch.caseGotoStmt(GotoStmt stmt)
           
 void AbstractStmtSwitch.caseGotoStmt(GotoStmt stmt)
           
 

Uses of GotoStmt in soot.jimple.internal
 

Classes in soot.jimple.internal that implement GotoStmt
 class JGotoStmt
           
 

Uses of GotoStmt in soot.jimple.toolkits.typing.fast
 

Methods in soot.jimple.toolkits.typing.fast with parameters of type GotoStmt
 void UseChecker.caseGotoStmt(GotoStmt stmt)
           
 void UseChecker.caseGotoStmt(GotoStmt stmt)
           
 

Uses of GotoStmt in soot.shimple.toolkits.scalar
 

Method parameters in soot.shimple.toolkits.scalar with type arguments of type GotoStmt
protected  void SConstantPropagatorAndFolder.replaceStmts(Map<Stmt,GotoStmt> stmtsToReplace)
          Replaces conditional branches by unconditional branches as given by the mapping.
protected  void SConstantPropagatorAndFolder.replaceStmts(Map<Stmt,GotoStmt> stmtsToReplace)
          Replaces conditional branches by unconditional branches as given by the mapping.
 

Uses of GotoStmt in soot.toolkits.exceptions
 

Methods in soot.toolkits.exceptions with parameters of type GotoStmt
 void UnitThrowAnalysis.UnitSwitch.caseGotoStmt(GotoStmt s)
           
 void UnitThrowAnalysis.UnitSwitch.caseGotoStmt(GotoStmt s)