public interface Node
This node class is the base class for the Elasticsearch Query Lange abstract syntax tree.
void
accept(Visitor visitor)
TokenType
getType()
boolean
isVisible()
void accept(Visitor visitor)
boolean isVisible()
TokenType getType()