Uses of Class
org.incenp.obofoundry.kgcl.parser.KGCLParser.NewNodeContext
Packages that use KGCLParser.NewNodeContext
-
Uses of KGCLParser.NewNodeContext in org.incenp.obofoundry.kgcl.parser
Methods in org.incenp.obofoundry.kgcl.parser that return KGCLParser.NewNodeContextMethods in org.incenp.obofoundry.kgcl.parser with parameters of type KGCLParser.NewNodeContextModifier and TypeMethodDescriptionvoid
KGCLBaseListener.enterNewNode
(KGCLParser.NewNodeContext ctx) Enter a parse tree produced byKGCLParser.newNode()
.void
KGCLListener.enterNewNode
(KGCLParser.NewNodeContext ctx) Enter a parse tree produced byKGCLParser.newNode()
.void
KGCLBaseListener.exitNewNode
(KGCLParser.NewNodeContext ctx) Exit a parse tree produced byKGCLParser.newNode()
.void
KGCLListener.exitNewNode
(KGCLParser.NewNodeContext ctx) Exit a parse tree produced byKGCLParser.newNode()
.KGCLBaseVisitor.visitNewNode
(KGCLParser.NewNodeContext ctx) Visit a parse tree produced byKGCLParser.newNode()
.KGCLVisitor.visitNewNode
(KGCLParser.NewNodeContext ctx) Visit a parse tree produced byKGCLParser.newNode()
.ParseTree2ChangeVisitor.visitNewNode
(KGCLParser.NewNodeContext ctx)