Package | Description |
---|---|
com.sonar.sslr.api | |
com.sonar.sslr.impl.ast | |
com.sonar.sslr.impl.matcher | |
org.sonar.sslr.internal.grammar |
Internals of Grammar API.
|
Modifier and Type | Method and Description |
---|---|
void |
Rule.skipIf(AstNodeSkippingPolicy policy)
Deprecated.
in 1.19
|
Modifier and Type | Class and Description |
---|---|
class |
AlwaysSkipFromAst |
class |
NeverSkipFromAst |
class |
SkipFromAstIfOnlyOneChild |
Modifier and Type | Class and Description |
---|---|
class |
RuleDefinition
This class is not intended to be instantiated or subclassed by clients.
|
Modifier and Type | Method and Description |
---|---|
void |
RuleDefinition.skipIf(AstNodeSkippingPolicy astNodeSkipPolicy) |
Modifier and Type | Class and Description |
---|---|
class |
MutableParsingRule |
Modifier and Type | Method and Description |
---|---|
void |
MutableParsingRule.skipIf(AstNodeSkippingPolicy policy) |
Copyright © 2009–2017 SonarSource. All rights reserved.