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) Block
SwitchExpressionRewriter.RollState. block
Methods in org.benf.cfr.reader.bytecode.analysis.opgraph.op4rewriters with parameters of type Block Modifier and Type Method Description private boolean
AssertRewriter.SwitchAssertUseCollector. getBranches(BlockIdentifier outer, BlockIdentifier swiBlockIdentifier, Block swBodyBlock, java.util.List<SwitchExpression.Branch> branches, java.util.Map<Op04StructuredStatement,StructuredExpressionYield> replacements, boolean addYieldTrue)
private StructuredStatement
AssertRewriter.SwitchAssertUseCollector. processSwitchAndThrow(StructuredStatement ifStm, BlockIdentifier outer, BlockIdentifier swiBlockIdentifier, Block swBodyBlock, StructuredSwitch struSwi, Op04StructuredStatement throwStm)
private StructuredStatement
AssertRewriter.SwitchAssertUseCollector. processSwitchEmbeddedThrow(StructuredStatement ifStm, BlockIdentifier outer, Block swBodyBlock, Op04StructuredStatement switchStm, StructuredSwitch struSwi)
private void
ClashDeclarationReducer. 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 class
WildcardMatch.BlockWildcard
Fields in org.benf.cfr.reader.bytecode.analysis.parse.wildcard declared as Block Modifier and Type Field Description private Block
WildcardMatch.BlockWildcard. match
Methods in org.benf.cfr.reader.bytecode.analysis.parse.wildcard that return Block Modifier and Type Method Description Block
WildcardMatch.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 Block
Block. getBlockFor(boolean indenting, StructuredStatement... statements)
(package private) static Block
Block. 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 Block
BeginBlock. block
private Block
EndBlock. block
Methods in org.benf.cfr.reader.bytecode.analysis.structured.statement.placeholder that return Block Modifier and Type Method Description Block
BeginBlock. 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)
-