Uses of Enum
org.benf.cfr.reader.bytecode.analysis.parse.utils.JumpType
Packages that use JumpType
Package
Description
-
Uses of JumpType in org.benf.cfr.reader.bytecode.analysis.opgraph
Methods in org.benf.cfr.reader.bytecode.analysis.opgraph that return JumpType -
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 JumpTypeModifier and TypeMethodDescriptionprivate static booleanPointlessJumps.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 JumpTypeMethods in org.benf.cfr.reader.bytecode.analysis.parse.statement that return JumpTypeModifier and TypeMethodDescriptionGotoStatement.getJumpType()abstract JumpTypeJumpingStatement.getJumpType()Methods in org.benf.cfr.reader.bytecode.analysis.parse.statement with parameters of type JumpTypeModifier and TypeMethodDescriptionvoidGotoStatement.setJumpType(JumpType jumpType) abstract voidJumpingStatement.setJumpType(JumpType jumpType) -
Uses of JumpType in org.benf.cfr.reader.bytecode.analysis.parse.utils
Subclasses with type arguments of type JumpType in org.benf.cfr.reader.bytecode.analysis.parse.utilsMethods in org.benf.cfr.reader.bytecode.analysis.parse.utils that return JumpType