Class LineInfo
java.lang.Object
gg.jte.compiler.LineInfo
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final List<TemplateParser.Mode> private static final List<TemplateParser.Mode> private static final List<TemplateParser.Mode> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) static booleanisSingleControlStructure(String templateCode, int currentIndex, int endIndex, int startLineIndex, TemplateParser.Mode mode)
-
Field Details
-
ConditionEndModes
-
ForLoopEndModes
-
RawEndModes
-
-
Constructor Details
-
LineInfo
private LineInfo()
-
-
Method Details
-
isSingleControlStructure
static boolean isSingleControlStructure(String templateCode, int currentIndex, int endIndex, int startLineIndex, TemplateParser.Mode mode)
-