public interface AstNodeSkippingPolicy extends AstNodeType
AstVisitor
,
Grammar
,
AstNode
Modifier and Type | Method and Description |
---|---|
boolean |
hasToBeSkippedFromAst(AstNode node)
Some AstNode can be pretty useless and makes a global AST less readable.
|
boolean hasToBeSkippedFromAst(AstNode node)
node
- the node that should or not be removed from the ASTCopyright © 2012 SonarSource. All Rights Reserved.