| Modifier and Type | Field and Description |
|---|---|
ParserRuleSet |
ParserRule.delegate |
ParserRuleSet |
TokenMarker.LineContext.rules |
ParserRuleSet |
Token.rules
The rule set of this token.
|
| Modifier and Type | Method and Description |
|---|---|
ParserRuleSet |
TokenMarker.getMainRuleSet() |
ParserRuleSet |
TokenMarker.getRuleSet(String setName) |
ParserRuleSet[] |
TokenMarker.getRuleSets() |
static ParserRuleSet |
ParserRuleSet.getStandardRuleSet(byte id)
Returns a parser rule set that highlights everything with the
specified token type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ParserRuleSet.addRuleSet(ParserRuleSet ruleset)
Adds all rules contained in the given ruleset.
|
void |
TokenMarker.addRuleSet(ParserRuleSet rules) |
static ParserRule |
ParserRule.createEOLSpanRule(int posMatch,
String seq,
ParserRuleSet delegate,
byte id,
boolean excludeMatch) |
static ParserRule |
ParserRule.createRegexpEOLSpanRule(char hashChar,
int posMatch,
String seq,
ParserRuleSet delegate,
byte id,
boolean excludeMatch,
boolean ignoreCase) |
static ParserRule |
ParserRule.createRegexpSequenceRule(char hashChar,
int posMatch,
String seq,
ParserRuleSet delegate,
byte id,
boolean ignoreCase) |
static ParserRule |
ParserRule.createRegexpSpanRule(char hashChar,
int startPosMatch,
String start,
int endPosMatch,
String end,
ParserRuleSet delegate,
byte id,
boolean excludeMatch,
boolean noLineBreak,
boolean noWordBreak,
boolean ignoreCase,
boolean noEscape) |
static ParserRule |
ParserRule.createSequenceRule(int posMatch,
String seq,
ParserRuleSet delegate,
byte id) |
static ParserRule |
ParserRule.createSpanRule(int startPosMatch,
String start,
int endPosMatch,
String end,
ParserRuleSet delegate,
byte id,
boolean excludeMatch,
boolean noLineBreak,
boolean noWordBreak,
boolean noEscape) |
| Constructor and Description |
|---|
LineContext(ParserRuleSet rs,
TokenMarker.LineContext lc) |
Token(byte id,
int offset,
int length,
ParserRuleSet rules)
Creates a new token.
|
Copyright © 2017 etc.to. All rights reserved.