Class VariableNamerHinted.OrderLocalVariables
java.lang.Object
org.benf.cfr.reader.bytecode.analysis.variables.VariableNamerHinted.OrderLocalVariables
- All Implemented Interfaces:
Comparator<LocalVariableEntry>
- Enclosing class:
- VariableNamerHinted
private static class VariableNamerHinted.OrderLocalVariables
extends Object
implements Comparator<LocalVariableEntry>
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Comparator
equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
Constructor Details
-
OrderLocalVariables
private OrderLocalVariables()
-
-
Method Details
-
compare
- Specified by:
compare
in interfaceComparator<LocalVariableEntry>
-