Package | Description |
---|---|
com.sonar.sslr.api | |
com.sonar.sslr.impl.ast | |
com.sonar.sslr.impl.matcher | |
org.sonar.sslr.internal.matchers |
Internals.
|
Modifier and Type | Method and Description |
---|---|
void |
Rule.skipIf(AstNodeSkippingPolicy policy)
Remove this node from the AST according to a provided policy
|
Modifier and Type | Class and Description |
---|---|
class |
AlwaysSkipFromAst |
class |
NeverSkipFromAst |
class |
SkipFromAstIfOnlyOneChild |
Modifier and Type | Class and Description |
---|---|
class |
RuleDefinition |
Modifier and Type | Method and Description |
---|---|
void |
RuleDefinition.skipIf(AstNodeSkippingPolicy astNodeSkipPolicy) |
Modifier and Type | Class and Description |
---|---|
class |
GrammarElementMatcher |
Modifier and Type | Method and Description |
---|---|
void |
GrammarElementMatcher.skipIf(AstNodeSkippingPolicy policy) |
Copyright © 2012 SonarSource. All Rights Reserved.