static ParserRule |
ParserRule.createEOLSpanRule(int posMatch,
String seq,
ParserRuleSet delegate,
byte id,
boolean excludeMatch) |
static ParserRule |
ParserRule.createEscapeRule(String seq) |
static ParserRule |
ParserRule.createMarkFollowingRule(int posMatch,
String seq,
byte id,
boolean excludeMatch) |
static ParserRule |
ParserRule.createMarkPreviousRule(int posMatch,
String seq,
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) |
ParserRule |
ParserRuleSet.getEscapeRule() |
ParserRule |
ParserRuleSet.getRules(char ch) |