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.toolkits.exceptions   
 

Uses of GotoStmt in soot.grimp
 

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

Methods in soot.grimp with parameters of type GotoStmt
 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(UnitBox stmtBox)
           
 

Methods in soot.jimple with parameters of type GotoStmt
 void AbstractStmtSwitch.caseGotoStmt(GotoStmt stmt)
           
 void StmtSwitch.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.toolkits.exceptions
 

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