Uses of Class
org.jd.core.v1.service.converter.classfiletojavasyntax.model.cfg.BasicBlock.SwitchCase
-
Packages that use BasicBlock.SwitchCase Package Description org.jd.core.v1.service.converter.classfiletojavasyntax.model.cfg org.jd.core.v1.service.converter.classfiletojavasyntax.util -
-
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.SwitchCase Modifier and Type Field Description protected static 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.SwitchCase Modifier and Type Method Description DefaultList<BasicBlock.SwitchCase>
BasicBlock. getSwitchCases()
Method parameters in org.jd.core.v1.service.converter.classfiletojavasyntax.model.cfg with type arguments of type BasicBlock.SwitchCase Modifier and Type Method Description void
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.SwitchCase Modifier and Type Method Description int
StatementMaker.SwitchCaseComparator. compare(BasicBlock.SwitchCase sc1, BasicBlock.SwitchCase sc2)
-