public interface IDsqlNode
| Modifier and Type | Method and Description |
|---|---|
void |
accept(DsqlGrammarVisitor visitor) |
List<IDsqlNode> |
getChildren() |
String |
getText() |
int |
getType() |
int getType()
String getText()
void accept(DsqlGrammarVisitor visitor)
Copyright © 2016 MuleSoft, Inc.. All rights reserved.