Class TerminalMethodToBytecodeVisitor

java.lang.Object
org.antlr.v4.runtime.tree.AbstractParseTreeVisitor<T>
All Implemented Interfaces:
org.antlr.v4.runtime.tree.ParseTreeVisitor<Object>, GremlinVisitor<Object>

public class TerminalMethodToBytecodeVisitor extends TraversalTerminalMethodVisitor
Handles terminal steps for GremlinLang as they are not added this way naturally. They are normally treated as the point of traversal execution.