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) LinearScannedBlockExceptionRewriters.SingleExceptionAddressing. catchBlock(package private) LinearScannedBlockExceptionRewriters.SingleExceptionAddressing. tryBlockMethods in org.benf.cfr.reader.bytecode.analysis.opgraph.op3rewriters that return LinearScannedBlock Modifier and Type Method Description private static LinearScannedBlockExceptionRewriters. 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 booleanLinearScannedBlock. immediatelyFollows(LinearScannedBlock other)booleanLinearScannedBlock. 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)
-