T - The return type of the visit operation. Use Void for
operations with no return type.public interface JMethodSigVisitor<T>
extends org.antlr.v4.runtime.tree.ParseTreeVisitor<T>
JMethodSigParser.| Modifier and Type | Method and Description |
|---|---|
T |
visitClassName(JMethodSigParser.ClassNameContext ctx)
Visit a parse tree produced by
JMethodSigParser.className(). |
T |
visitComplexType(JMethodSigParser.ComplexTypeContext ctx)
Visit a parse tree produced by
JMethodSigParser.complexType(). |
T |
visitInit(JMethodSigParser.InitContext ctx)
Visit a parse tree produced by
JMethodSigParser.init(). |
T |
visitMethodName(JMethodSigParser.MethodNameContext ctx)
Visit a parse tree produced by
JMethodSigParser.methodName(). |
T |
visitParameters(JMethodSigParser.ParametersContext ctx)
Visit a parse tree produced by
JMethodSigParser.parameters(). |
T |
visitType(JMethodSigParser.TypeContext ctx)
Visit a parse tree produced by
JMethodSigParser.type(). |
T visitComplexType(@NotNull JMethodSigParser.ComplexTypeContext ctx)
JMethodSigParser.complexType().ctx - the parse treeT visitInit(@NotNull JMethodSigParser.InitContext ctx)
JMethodSigParser.init().ctx - the parse treeT visitClassName(@NotNull JMethodSigParser.ClassNameContext ctx)
JMethodSigParser.className().ctx - the parse treeT visitParameters(@NotNull JMethodSigParser.ParametersContext ctx)
JMethodSigParser.parameters().ctx - the parse treeT visitType(@NotNull JMethodSigParser.TypeContext ctx)
JMethodSigParser.type().ctx - the parse treeT visitMethodName(@NotNull JMethodSigParser.MethodNameContext ctx)
JMethodSigParser.methodName().ctx - the parse treeCopyright © 2015. All rights reserved.