Class StatementMaker.SwitchCaseComparator
- java.lang.Object
-
- org.jd.core.v1.service.converter.classfiletojavasyntax.util.StatementMaker.SwitchCaseComparator
-
- All Implemented Interfaces:
java.util.Comparator<BasicBlock.SwitchCase>
- Enclosing class:
- StatementMaker
protected static class StatementMaker.SwitchCaseComparator extends java.lang.Object implements java.util.Comparator<BasicBlock.SwitchCase>
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
SwitchCaseComparator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compare(BasicBlock.SwitchCase sc1, BasicBlock.SwitchCase sc2)
-
-
-
Method Detail
-
compare
public int compare(BasicBlock.SwitchCase sc1, BasicBlock.SwitchCase sc2)
- Specified by:
compare
in interfacejava.util.Comparator<BasicBlock.SwitchCase>
-
-