Class IndicScriptProcessor.Segment

  • Enclosing class:
    IndicScriptProcessor

    protected static class IndicScriptProcessor.Segment
    extends java.lang.Object
    Syllabic segment.
    • Field Summary

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

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) int getCount()  
      (package private) int getEnd()  
      (package private) int getOffset()  
      (package private) int getStart()  
      (package private) int getType()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Segment

        Segment​(int start,
                int end,
                int type)
    • Method Detail

      • getStart

        int getStart()
      • getEnd

        int getEnd()
      • getOffset

        int getOffset()
      • getCount

        int getCount()
      • getType

        int getType()