Uses of Class
org.benf.cfr.reader.bytecode.analysis.parse.utils.JumpType
-
-
Uses of JumpType in org.benf.cfr.reader.bytecode.analysis.opgraph
Methods in org.benf.cfr.reader.bytecode.analysis.opgraph that return JumpType Modifier and Type Method Description JumpType
Op03SimpleStatement. getJumpType()
-
Uses of JumpType in org.benf.cfr.reader.bytecode.analysis.opgraph.op3rewriters
Methods in org.benf.cfr.reader.bytecode.analysis.opgraph.op3rewriters with parameters of type JumpType Modifier and Type Method Description private static boolean
PointlessJumps. movableJump(JumpType jumpType)
-
Uses of JumpType in org.benf.cfr.reader.bytecode.analysis.parse.statement
Fields in org.benf.cfr.reader.bytecode.analysis.parse.statement declared as JumpType Modifier and Type Field Description private JumpType
GotoStatement. jumpType
Methods in org.benf.cfr.reader.bytecode.analysis.parse.statement that return JumpType Modifier and Type Method Description JumpType
GotoStatement. getJumpType()
abstract JumpType
JumpingStatement. getJumpType()
Methods in org.benf.cfr.reader.bytecode.analysis.parse.statement with parameters of type JumpType Modifier and Type Method Description void
GotoStatement. setJumpType(JumpType jumpType)
abstract void
JumpingStatement. setJumpType(JumpType jumpType)
-
Uses of JumpType in org.benf.cfr.reader.bytecode.analysis.parse.utils
Methods in org.benf.cfr.reader.bytecode.analysis.parse.utils that return JumpType Modifier and Type Method Description static JumpType
JumpType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static JumpType[]
JumpType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-