Class TextParseStatus


  • final class TextParseStatus
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) int col  
      (package private) boolean inCommentLine  
      (package private) boolean inStructure  
      (package private) int line  
      (package private) char literalMarker  
      (package private) int offset  
    • Constructor Summary

      Constructors 
      Constructor Description
      TextParseStatus()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • offset

        int offset
      • line

        int line
      • col

        int col
      • inStructure

        boolean inStructure
      • inCommentLine

        boolean inCommentLine
      • literalMarker

        char literalMarker
    • Constructor Detail

      • TextParseStatus

        TextParseStatus()