java.lang.Object
org.gjt.sp.jedit.syntax.TokenMarker.LineContext
- Enclosing class:
TokenMarker
Stores persistent per-line syntax parser state.
-
Field Summary
FieldsModifier and TypeFieldDescriptionchar[] -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleaninthashCode()intern()voidsetInRule(ParserRule rule) Sets the current rule being processed and adjusts the escape rule for the context based on the rule.
-
Field Details
-
parent
-
inRule
-
rules
-
spanEndSubst
public char[] spanEndSubst -
spanEndSubstRegex
-
escapeRule
-
-
Constructor Details
-
LineContext
-
LineContext
public LineContext()
-
-
Method Details