Class TextParseStatus

java.lang.Object
org.thymeleaf.templateparser.text.TextParseStatus

final class TextParseStatus extends Object
  • Field Details

    • offset

      int offset
    • line

      int line
    • col

      int col
    • inStructure

      boolean inStructure
    • inCommentLine

      boolean inCommentLine
    • literalMarker

      char literalMarker
  • Constructor Details

    • TextParseStatus

      TextParseStatus()