Uses of Class
sootup.core.jimple.javabytecode.stmt.JSwitchStmt
Packages that use JSwitchStmt
Package
Description
-
Uses of JSwitchStmt in sootup.core.jimple
Methods in sootup.core.jimple that return JSwitchStmtModifier and TypeMethodDescriptionstatic JSwitchStmtJimple.newLookupSwitchStmt(Immediate key, List<IntConstant> lookupValues, StmtPositionInfo posInfo) Constructs a LookupSwitchStmt(Immediate, List of Immediate, List of Stmt, Stmt) grammar chunk.static JSwitchStmtJimple.newTableSwitchStmt(Immediate key, int lowIndex, int highIndex, StmtPositionInfo posInfo) Constructs a TableSwitchStmt(Immediate, int, int, List of Stmt, Stmt) grammar chunk. -
Uses of JSwitchStmt in sootup.core.jimple.basic
Methods in sootup.core.jimple.basic with parameters of type JSwitchStmtModifier and TypeMethodDescriptionbooleanJimpleComparator.caseSwitchStmt(JSwitchStmt stmt, Object o) assumes that different sequence of (otherwise equivalent) cases means values are not considered equivalent -
Uses of JSwitchStmt in sootup.core.jimple.common.stmt
Methods in sootup.core.jimple.common.stmt that return JSwitchStmtMethods in sootup.core.jimple.common.stmt that return types with arguments of type JSwitchStmt -
Uses of JSwitchStmt in sootup.core.jimple.javabytecode.stmt
Methods in sootup.core.jimple.javabytecode.stmt that return JSwitchStmtModifier and TypeMethodDescriptionJSwitchStmt.asJSwitchStmt()@NonNull JSwitchStmt@NonNull JSwitchStmtJSwitchStmt.withPositionInfo(@NonNull StmtPositionInfo positionInfo) @NonNull JSwitchStmtJSwitchStmt.withValues(@NonNull List<IntConstant> values) Methods in sootup.core.jimple.javabytecode.stmt that return types with arguments of type JSwitchStmt -
Uses of JSwitchStmt in sootup.core.jimple.visitor
Methods in sootup.core.jimple.visitor with parameters of type JSwitchStmtModifier and TypeMethodDescriptionvoidAbstractStmtVisitor.caseSwitchStmt(@NonNull JSwitchStmt stmt) voidReplaceUseStmtVisitor.caseSwitchStmt(@NonNull JSwitchStmt stmt) voidStmtVisitor.caseSwitchStmt(JSwitchStmt stmt) -
Uses of JSwitchStmt in sootup.interceptors.typeresolving
Methods in sootup.interceptors.typeresolving with parameters of type JSwitchStmt -
Uses of JSwitchStmt in sootup.java.core.exceptions
Methods in sootup.java.core.exceptions with parameters of type JSwitchStmtModifier and TypeMethodDescriptionvoidExceptionInferStmtVisitor.caseSwitchStmt(@NonNull JSwitchStmt stmt)