Class StringMatcher.Position

java.lang.Object
org.eclipse.nebula.widgets.xviewer.util.internal.StringMatcher.Position
Enclosing class:
StringMatcher

public static class StringMatcher.Position
extends java.lang.Object
  • Field Summary

    Fields 
    Modifier and Type Field Description
    (package private) int end  
    (package private) int start  
  • Constructor Summary

    Constructors 
    Constructor Description
    Position​(int start, int end)  
  • Method Summary

    Modifier and Type Method Description
    int getEnd()  
    int getStart()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

    • Position

      public Position​(int start, int end)
  • Method Details