T - The return type of the visit operation. Use Void for
operations with no return type.public interface DSWrapperVisitor<T>
extends org.antlr.v4.runtime.tree.ParseTreeVisitor<T>
DSWrapperParser.| Modifier and Type | Method and Description |
|---|---|
T |
visitProgram(DSWrapperParser.ProgramContext ctx)
Visit a parse tree produced by
DSWrapperParser#program. |
T visitProgram(DSWrapperParser.ProgramContext ctx)
DSWrapperParser#program.ctx - the parse treeCopyright © 2018. All rights reserved.