public class UserDirectivesCollector extends Object implements GrammarWalker.Visitor<RuntimeException>
| Constructor and Description |
|---|
UserDirectivesCollector() |
| Modifier and Type | Method and Description |
|---|---|
void |
addLoadDirectivesPragma(List<String> directives)
If any user directives was found, adds load-directives pragma as the first command.
|
void |
visit(String command,
TokenGroup tokenGroup) |
public void visit(String command, TokenGroup tokenGroup)
visit in interface GrammarWalker.Visitor<RuntimeException>Copyright © 2023 CDAP Licensed under the Apache License, Version 2.0.