Uses of Class
org.benf.cfr.reader.bytecode.analysis.structured.statement.Block
-
-
Uses of Block in org.benf.cfr.reader.bytecode.analysis.opgraph.op4rewriters
Fields in org.benf.cfr.reader.bytecode.analysis.opgraph.op4rewriters declared as Block Modifier and Type Field Description (package private) BlockSwitchExpressionRewriter.RollState. blockMethods in org.benf.cfr.reader.bytecode.analysis.opgraph.op4rewriters with parameters of type Block Modifier and Type Method Description private booleanAssertRewriter.SwitchAssertUseCollector. getBranches(BlockIdentifier outer, BlockIdentifier swiBlockIdentifier, Block swBodyBlock, java.util.List<SwitchExpression.Branch> branches, java.util.Map<Op04StructuredStatement,StructuredExpressionYield> replacements, boolean addYieldTrue)private StructuredStatementAssertRewriter.SwitchAssertUseCollector. processSwitchAndThrow(StructuredStatement ifStm, BlockIdentifier outer, BlockIdentifier swiBlockIdentifier, Block swBodyBlock, StructuredSwitch struSwi, Op04StructuredStatement throwStm)private StructuredStatementAssertRewriter.SwitchAssertUseCollector. processSwitchEmbeddedThrow(StructuredStatement ifStm, BlockIdentifier outer, Block swBodyBlock, Op04StructuredStatement switchStm, StructuredSwitch struSwi)private voidClashDeclarationReducer. transformBlock(Block in)private java.util.List<Op04StructuredStatement>AssertRewriter.SwitchAssertUseCollector. tryCombineSwitch(java.util.List<Op04StructuredStatement> content, BlockIdentifier outer, BlockIdentifier swiBlockIdentifier, Block swBodyBlock)Constructors in org.benf.cfr.reader.bytecode.analysis.opgraph.op4rewriters with parameters of type Block Constructor Description RollState(java.util.List<Op04StructuredStatement> prequel, java.util.LinkedList<SwitchExpressionRewriter.ClassifiedStm> switchdata, java.util.List<Op04StructuredStatement> remainder, Block block, java.util.Set<Expression> directs) -
Uses of Block in org.benf.cfr.reader.bytecode.analysis.parse.wildcard
Subclasses of Block in org.benf.cfr.reader.bytecode.analysis.parse.wildcard Modifier and Type Class Description classWildcardMatch.BlockWildcardFields in org.benf.cfr.reader.bytecode.analysis.parse.wildcard declared as Block Modifier and Type Field Description private BlockWildcardMatch.BlockWildcard. matchMethods in org.benf.cfr.reader.bytecode.analysis.parse.wildcard that return Block Modifier and Type Method Description BlockWildcardMatch.BlockWildcard. getMatch() -
Uses of Block in org.benf.cfr.reader.bytecode.analysis.structured.statement
Methods in org.benf.cfr.reader.bytecode.analysis.structured.statement that return Block Modifier and Type Method Description static BlockBlock. getBlockFor(boolean indenting, StructuredStatement... statements)(package private) static BlockBlock. getEmptyBlock(boolean indenting) -
Uses of Block in org.benf.cfr.reader.bytecode.analysis.structured.statement.placeholder
Fields in org.benf.cfr.reader.bytecode.analysis.structured.statement.placeholder declared as Block Modifier and Type Field Description private BlockBeginBlock. blockprivate BlockEndBlock. blockMethods in org.benf.cfr.reader.bytecode.analysis.structured.statement.placeholder that return Block Modifier and Type Method Description BlockBeginBlock. getBlock()Constructors in org.benf.cfr.reader.bytecode.analysis.structured.statement.placeholder with parameters of type Block Constructor Description BeginBlock(Block block)EndBlock(Block block)
-