Uses of Class
org.incenp.obofoundry.kgcl.parser.KGCLParser.NewEdgeContext
Packages that use KGCLParser.NewEdgeContext
-
Uses of KGCLParser.NewEdgeContext in org.incenp.obofoundry.kgcl.parser
Methods in org.incenp.obofoundry.kgcl.parser that return KGCLParser.NewEdgeContextMethods in org.incenp.obofoundry.kgcl.parser with parameters of type KGCLParser.NewEdgeContextModifier and TypeMethodDescriptionvoid
KGCLBaseListener.enterNewEdge
(KGCLParser.NewEdgeContext ctx) Enter a parse tree produced byKGCLParser.newEdge()
.void
KGCLListener.enterNewEdge
(KGCLParser.NewEdgeContext ctx) Enter a parse tree produced byKGCLParser.newEdge()
.void
KGCLBaseListener.exitNewEdge
(KGCLParser.NewEdgeContext ctx) Exit a parse tree produced byKGCLParser.newEdge()
.void
KGCLListener.exitNewEdge
(KGCLParser.NewEdgeContext ctx) Exit a parse tree produced byKGCLParser.newEdge()
.KGCLBaseVisitor.visitNewEdge
(KGCLParser.NewEdgeContext ctx) Visit a parse tree produced byKGCLParser.newEdge()
.KGCLVisitor.visitNewEdge
(KGCLParser.NewEdgeContext ctx) Visit a parse tree produced byKGCLParser.newEdge()
.ParseTree2ChangeVisitor.visitNewEdge
(KGCLParser.NewEdgeContext ctx)