Package org.apache.tinkerpop.gremlin.language.grammar
-
Interface Summary Interface Description GremlinListener This interface defines a complete listener for a parse tree produced byGremlinParser
.GremlinVisitor<T> This interface defines a complete generic visitor for a parse tree produced byGremlinParser
. -
Exception Summary Exception Description GremlinParserException This exception is thrown when a parser error is encountered.