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 JGotoStmtModifier and TypeMethodDescription@NonNull JGotoStmt
JGotoStmt.withPositionInfo
(@NonNull StmtPositionInfo positionInfo) -
Uses of JGotoStmt in sootup.core.jimple.visitor
Methods in sootup.core.jimple.visitor with parameters of type JGotoStmtModifier and TypeMethodDescriptionvoid
AbstractStmtVisitor.caseGotoStmt
(@NonNull JGotoStmt stmt) void
ReplaceUseStmtVisitor.caseGotoStmt
(@NonNull JGotoStmt stmt) void
StmtVisitor.caseGotoStmt
(JGotoStmt stmt) -
Uses of JGotoStmt in sootup.java.core.exceptions
Methods in sootup.java.core.exceptions with parameters of type JGotoStmtModifier and TypeMethodDescriptionvoid
ExceptionInferStmtVisitor.caseGotoStmt
(@NonNull JGotoStmt stmt)