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 StructuredSwitchSwitchEnumRewriter.SwitchEnumMatchResultCollector. structuredSwitchMethods in org.benf.cfr.reader.bytecode.analysis.opgraph.op4rewriters that return StructuredSwitch Modifier and Type Method Description (package private) StructuredSwitchSwitchEnumRewriter.SwitchEnumMatchResultCollector. getStructuredSwitch()private StructuredSwitchSwitchStringRewriter. 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 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 StructuredSwitchSwitchStringRewriter. rewriteSwitch(StructuredSwitch original, SwitchStringRewriter.SwitchStringMatchResultCollector matchResultCollector)
-