T - The return type of the visit operation. Use Void for
operations with no return type.public interface MLMVisitor<T>
extends org.antlr.v4.runtime.tree.ParseTreeVisitor<T>
MLMParser.| Modifier and Type | Method and Description |
|---|---|
T |
visitCategory(MLMParser.CategoryContext ctx)
Visit a parse tree produced by
MLMParser.category(). |
T |
visitInit(MLMParser.InitContext ctx)
Visit a parse tree produced by
MLMParser.init(). |
T |
visitSlot(MLMParser.SlotContext ctx)
Visit a parse tree produced by
MLMParser.slot(). |
T visitCategory(@NotNull MLMParser.CategoryContext ctx)
MLMParser.category().ctx - the parse treeT visitInit(@NotNull MLMParser.InitContext ctx)
MLMParser.init().ctx - the parse treeT visitSlot(@NotNull MLMParser.SlotContext ctx)
MLMParser.slot().ctx - the parse treeCopyright © 2015. All rights reserved.