Class TextParseStatus
java.lang.Object
org.thymeleaf.templateparser.text.TextParseStatus
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) int(package private) boolean(package private) boolean(package private) int(package private) char(package private) int -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
offset
int offset -
line
int line -
col
int col -
inStructure
boolean inStructure -
inCommentLine
boolean inCommentLine -
literalMarker
char literalMarker
-
-
Constructor Details
-
TextParseStatus
TextParseStatus()
-