Uses of Class
org.benf.cfr.reader.bytecode.analysis.opgraph.op3rewriters.LinearScannedBlock
-
Packages that use LinearScannedBlock Package Description org.benf.cfr.reader.bytecode.analysis.opgraph.op3rewriters -
-
Uses of LinearScannedBlock in org.benf.cfr.reader.bytecode.analysis.opgraph.op3rewriters
Fields in org.benf.cfr.reader.bytecode.analysis.opgraph.op3rewriters declared as LinearScannedBlock Modifier and Type Field Description (package private) LinearScannedBlock
ExceptionRewriters.SingleExceptionAddressing. catchBlock
(package private) LinearScannedBlock
ExceptionRewriters.SingleExceptionAddressing. tryBlock
Methods in org.benf.cfr.reader.bytecode.analysis.opgraph.op3rewriters that return LinearScannedBlock Modifier and Type Method Description private static LinearScannedBlock
ExceptionRewriters. getLinearScannedBlock(java.util.List<Op03SimpleStatement> statements, int idx, Op03SimpleStatement stm, BlockIdentifier blockIdentifier, boolean prefix)
Methods in org.benf.cfr.reader.bytecode.analysis.opgraph.op3rewriters with parameters of type LinearScannedBlock Modifier and Type Method Description boolean
LinearScannedBlock. immediatelyFollows(LinearScannedBlock other)
boolean
LinearScannedBlock. isAfter(LinearScannedBlock other)
Constructors in org.benf.cfr.reader.bytecode.analysis.opgraph.op3rewriters with parameters of type LinearScannedBlock Constructor Description SingleExceptionAddressing(BlockIdentifier tryBlockIdent, BlockIdentifier catchBlockIdent, LinearScannedBlock tryBlock, LinearScannedBlock catchBlock)
-