T
- The return type of the visit operation. Use Void
for
operations with no return type.public static class GremlinBaseVisitor extends Object
GremlinVisitor
, where each method will throw
UnsupportedOperationException
. All the visitor class will extends this class, so that if there is method
that are not manually implemented, and called, an exception will be thrown to help us catch bugs.Copyright © 2013–2022 Apache Software Foundation. All rights reserved.