Class CompareByIndex
- java.lang.Object
-
- org.benf.cfr.reader.bytecode.analysis.opgraph.op3rewriters.CompareByIndex
-
- All Implemented Interfaces:
java.util.Comparator<Op03SimpleStatement>
public class CompareByIndex extends java.lang.Object implements java.util.Comparator<Op03SimpleStatement>
-
-
Field Summary
Fields Modifier and Type Field Description private boolean
asc
-
Constructor Summary
Constructors Constructor Description CompareByIndex()
CompareByIndex(boolean asc)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compare(Op03SimpleStatement a, Op03SimpleStatement b)
-
-
-
Method Detail
-
compare
public int compare(Op03SimpleStatement a, Op03SimpleStatement b)
- Specified by:
compare
in interfacejava.util.Comparator<Op03SimpleStatement>
-
-