Uses of Class
org.benf.cfr.reader.bytecode.analysis.structured.statement.StructuredSwitch
-
Packages that use StructuredSwitch Package Description org.benf.cfr.reader.bytecode.analysis.opgraph.op4rewriters -
-
Uses of StructuredSwitch in org.benf.cfr.reader.bytecode.analysis.opgraph.op4rewriters
Fields in org.benf.cfr.reader.bytecode.analysis.opgraph.op4rewriters declared as StructuredSwitch Modifier and Type Field Description private StructuredSwitch
SwitchEnumRewriter.SwitchEnumMatchResultCollector. structuredSwitch
Methods in org.benf.cfr.reader.bytecode.analysis.opgraph.op4rewriters that return StructuredSwitch Modifier and Type Method Description (package private) StructuredSwitch
SwitchEnumRewriter.SwitchEnumMatchResultCollector. getStructuredSwitch()
private StructuredSwitch
SwitchStringRewriter. rewriteSwitch(StructuredSwitch original, SwitchStringRewriter.SwitchStringMatchResultCollector matchResultCollector)
Methods in org.benf.cfr.reader.bytecode.analysis.opgraph.op4rewriters with parameters of type StructuredSwitch Modifier and Type Method Description 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 StructuredSwitch
SwitchStringRewriter. rewriteSwitch(StructuredSwitch original, SwitchStringRewriter.SwitchStringMatchResultCollector matchResultCollector)
-