Uses of Class
org.jd.core.v1.service.converter.classfiletojavasyntax.model.cfg.BasicBlock.SwitchCase
Packages that use BasicBlock.SwitchCase
Package
Description
-
Uses of BasicBlock.SwitchCase in org.jd.core.v1.service.converter.classfiletojavasyntax.model.cfg
Fields in org.jd.core.v1.service.converter.classfiletojavasyntax.model.cfg with type parameters of type BasicBlock.SwitchCaseModifier and TypeFieldDescriptionprotected static final DefaultList
<BasicBlock.SwitchCase> BasicBlock.EMPTY_SWITCH_CASES
protected DefaultList
<BasicBlock.SwitchCase> BasicBlock.switchCases
Methods in org.jd.core.v1.service.converter.classfiletojavasyntax.model.cfg that return types with arguments of type BasicBlock.SwitchCaseMethod parameters in org.jd.core.v1.service.converter.classfiletojavasyntax.model.cfg with type arguments of type BasicBlock.SwitchCaseModifier and TypeMethodDescriptionvoid
BasicBlock.setSwitchCases
(DefaultList<BasicBlock.SwitchCase> switchCases) -
Uses of BasicBlock.SwitchCase in org.jd.core.v1.service.converter.classfiletojavasyntax.util
Methods in org.jd.core.v1.service.converter.classfiletojavasyntax.util with parameters of type BasicBlock.SwitchCaseModifier and TypeMethodDescriptionint
StatementMaker.SwitchCaseComparator.compare
(BasicBlock.SwitchCase sc1, BasicBlock.SwitchCase sc2)