org.eclipse.emf.mwe.internal.ui.debug.model.ui
Class VariableSorter

java.lang.Object
  extended by org.eclipse.emf.mwe.internal.ui.debug.model.ui.VariableSorter

public class VariableSorter
extends java.lang.Object

Sorter for debug variables by it's name. It sorts upper case names at first and lower case afterwards.


Constructor Summary
VariableSorter()
           
 
Method Summary
static void sort(java.util.List<DebugVariable> variables)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VariableSorter

public VariableSorter()
Method Detail

sort

public static void sort(java.util.List<DebugVariable> variables)