Uses of Class
org.benf.cfr.reader.bytecode.analysis.structured.statement.StructuredSwitch
Packages that use StructuredSwitch
-
Uses of StructuredSwitch in org.benf.cfr.reader.bytecode.analysis.opgraph.op4rewriters
Fields in org.benf.cfr.reader.bytecode.analysis.opgraph.op4rewriters declared as StructuredSwitchModifier and TypeFieldDescriptionprivate StructuredSwitch
SwitchEnumRewriter.SwitchEnumMatchResultCollector.structuredSwitch
Methods in org.benf.cfr.reader.bytecode.analysis.opgraph.op4rewriters that return StructuredSwitchModifier and TypeMethodDescription(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 StructuredSwitchModifier and TypeMethodDescriptionprivate 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)