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 JGotoStmtJimple.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 TypeMethodDescriptionbooleanJimpleComparator.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 TypeMethodDescriptionJGotoStmt.asJGotoStmt()default JGotoStmtStmt.asJGotoStmt()@NonNull JGotoStmtJGotoStmt.withPositionInfo(@NonNull StmtPositionInfo positionInfo) Methods in sootup.core.jimple.common.stmt that return types with arguments of type JGotoStmt -
Uses of JGotoStmt in sootup.core.jimple.visitor
Methods in sootup.core.jimple.visitor with parameters of type JGotoStmtModifier and TypeMethodDescriptionvoidAbstractStmtVisitor.caseGotoStmt(@NonNull JGotoStmt stmt) voidReplaceUseStmtVisitor.caseGotoStmt(@NonNull JGotoStmt stmt) voidStmtVisitor.caseGotoStmt(JGotoStmt stmt) -
Uses of JGotoStmt in sootup.java.core.exceptions
Methods in sootup.java.core.exceptions with parameters of type JGotoStmtModifier and TypeMethodDescriptionvoidExceptionInferStmtVisitor.caseGotoStmt(@NonNull JGotoStmt stmt)