@InternalApi public interface TokenVisitor
 Used by SqlParser to notify the visitors of tokens.
 
| Modifier and Type | Method and Description | 
|---|---|
| void | complete(VisitorRegistrar visitorRegistrar)Signals that the last token was produced and the statement text was fully parsed. | 
| void | visitToken(Token token,
          VisitorRegistrar visitorRegistrar)Notifies the visitor of a token. | 
void visitToken(Token token, VisitorRegistrar visitorRegistrar)
token - TokenvisitorRegistrar - Visitor registrar (can be used to remove itself, or add other visitors)void complete(VisitorRegistrar visitorRegistrar)
visitorRegistrar - Visitor registrar (can be used to remove itself, or add other visitors)Copyright © 2001-2023 Jaybird (Firebird JDBC/JCA) team. All rights reserved.