Uses of Class
sootup.core.jimple.common.stmt.JGotoStmt
Package
Description
-
Uses of JGotoStmt in sootup.core.jimple
Modifier and TypeMethodDescriptionstatic JGotoStmt
Jimple.newGotoStmt
(StmtPositionInfo posInfo) Constructs a GotoStmt(Stmt) grammar chunk. -
Uses of JGotoStmt in sootup.core.jimple.basic
Modifier and TypeMethodDescriptionboolean
JimpleComparator.caseGotoStmt
(JGotoStmt stmt, Object o) -
Uses of JGotoStmt in sootup.core.jimple.common.stmt
-
Uses of JGotoStmt in sootup.core.jimple.visitor
Modifier and TypeMethodDescriptionvoid
AbstractStmtVisitor.caseGotoStmt
(JGotoStmt stmt) void
ReplaceUseStmtVisitor.caseGotoStmt
(JGotoStmt stmt) void
StmtVisitor.caseGotoStmt
(JGotoStmt stmt)