java.lang.Object
org.gjt.sp.jedit.syntax.TokenMarker.LineContext
- Enclosing class:
- TokenMarker
Stores persistent per-line syntax parser state.
-
Field Summary
Modifier and TypeFieldDescriptionchar[]
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
int
hashCode()
intern()
void
setInRule
(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