Uses of Class
pascal.taie.ir.stmt.JumpStmt
-
Uses of JumpStmt in pascal.taie.ir.stmt
Modifier and TypeClassDescriptionclass
Representation of goto statement, e.g., goto L.class
Representation of if statement, e.g., if a == b goto S;class
class
Representation of switch statement, e.g., switch (v) { case 1: ...class