Class ScriptData.Record

  • Enclosing class:
    ScriptData

    public static class ScriptData.Record
    extends java.lang.Object
    • Field Detail

      • startChar

        private int startChar
      • endChar

        private int endChar
      • scriptCode

        private int scriptCode
    • Constructor Detail

      • Record

        Record()
      • Record

        Record​(int theChar,
               int theScriptCode)
      • Record

        Record​(int theStartChar,
               int theEndChar,
               int theScriptCode)
    • Method Detail

      • startChar

        public int startChar()
      • endChar

        public int endChar()
      • scriptCode

        public int scriptCode()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object