Package | Description |
---|---|
com.sonar.sslr.impl.events | |
com.sonar.sslr.impl.matcher |
Modifier and Type | Method and Description |
---|---|
RuleMatcher |
FastStackMatcherAndPosition.getRule(int i) |
RuleMatcher |
FastStackMatcherAndPosition.peekRule() |
Modifier and Type | Method and Description |
---|---|
void |
ParsingEventListener.enterRule(RuleMatcher rule,
ParsingState parsingState) |
void |
ExtendedStackTrace.enterRule(RuleMatcher rule,
ParsingState parsingState) |
void |
ParsingEventListener.exitWithMatchRule(RuleMatcher rule,
ParsingState parsingState,
AstNode astNode) |
void |
ExtendedStackTrace.exitWithMatchRule(RuleMatcher rule,
ParsingState parsingState,
AstNode astNode) |
void |
ParsingEventListener.exitWithoutMatchRule(RuleMatcher rule,
ParsingState parsingState) |
void |
ExtendedStackTrace.exitWithoutMatchRule(RuleMatcher rule,
ParsingState parsingState) |
Modifier and Type | Method and Description |
---|---|
RuleMatcher |
RuleDefinition.getRule() |
Modifier and Type | Method and Description |
---|---|
static RuleDefinition |
RuleDefinition.newRuleBuilder(RuleMatcher ruleMatcher) |
void |
RuleDefinition.setRuleMatcher(RuleMatcher ruleMatcher) |
Copyright © 2012 SonarSource. All Rights Reserved.