Uses of Class
org.benf.cfr.reader.bytecode.analysis.opgraph.op3rewriters.LinearScannedBlock
Packages that use LinearScannedBlock
-
Uses of LinearScannedBlock in org.benf.cfr.reader.bytecode.analysis.opgraph.op3rewriters
Fields in org.benf.cfr.reader.bytecode.analysis.opgraph.op3rewriters declared as LinearScannedBlockModifier and TypeFieldDescription(package private) LinearScannedBlockExceptionRewriters.SingleExceptionAddressing.catchBlock(package private) LinearScannedBlockExceptionRewriters.SingleExceptionAddressing.tryBlockMethods in org.benf.cfr.reader.bytecode.analysis.opgraph.op3rewriters that return LinearScannedBlockModifier and TypeMethodDescriptionprivate static LinearScannedBlockExceptionRewriters.getLinearScannedBlock(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 LinearScannedBlockModifier and TypeMethodDescriptionbooleanLinearScannedBlock.immediatelyFollows(LinearScannedBlock other) booleanLinearScannedBlock.isAfter(LinearScannedBlock other) Constructors in org.benf.cfr.reader.bytecode.analysis.opgraph.op3rewriters with parameters of type LinearScannedBlockModifierConstructorDescriptionprivateSingleExceptionAddressing(BlockIdentifier tryBlockIdent, BlockIdentifier catchBlockIdent, LinearScannedBlock tryBlock, LinearScannedBlock catchBlock)