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