Package xyz.cofe.text

Class Text.SimpleParseResult

java.lang.Object
xyz.cofe.text.Text.SimpleParseResult
All Implemented Interfaces:
Text.ParseStringResult
Enclosing class:
Text

public static class Text.SimpleParseResult
extends java.lang.Object
implements Text.ParseStringResult
Результат парсинга текстовой строки
  • Field Summary

    Fields 
    Modifier and Type Field Description
    int beginIndex  
    java.lang.String decodedString  
    int endIndex  
    java.lang.String sourceString  
  • Constructor Summary

    Constructors 
    Constructor Description
    SimpleParseResult()  
  • Method Summary

    Modifier and Type Method Description
    int beginIndex()
    Индекс начала константы
    java.lang.String decodedString()
    Декодированная строка
    int endIndex()
    Индекс конца константы (исключительно)
    java.lang.String sourceString()
    Исходная строка

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait