Uses of Class
org.incenp.obofoundry.kgcl.parser.KGCLParser.ChangeSynonymContext
Packages that use KGCLParser.ChangeSynonymContext
-
Uses of KGCLParser.ChangeSynonymContext in org.incenp.obofoundry.kgcl.parser
Methods in org.incenp.obofoundry.kgcl.parser that return KGCLParser.ChangeSynonymContextModifier and TypeMethodDescriptionKGCLParser.ChangeContext.changeSynonym()
KGCLParser.changeSynonym()
Methods in org.incenp.obofoundry.kgcl.parser with parameters of type KGCLParser.ChangeSynonymContextModifier and TypeMethodDescriptionvoid
KGCLBaseListener.enterChangeSynonym
(KGCLParser.ChangeSynonymContext ctx) Enter a parse tree produced byKGCLParser.changeSynonym()
.void
KGCLListener.enterChangeSynonym
(KGCLParser.ChangeSynonymContext ctx) Enter a parse tree produced byKGCLParser.changeSynonym()
.void
KGCLBaseListener.exitChangeSynonym
(KGCLParser.ChangeSynonymContext ctx) Exit a parse tree produced byKGCLParser.changeSynonym()
.void
KGCLListener.exitChangeSynonym
(KGCLParser.ChangeSynonymContext ctx) Exit a parse tree produced byKGCLParser.changeSynonym()
.KGCLBaseVisitor.visitChangeSynonym
(KGCLParser.ChangeSynonymContext ctx) Visit a parse tree produced byKGCLParser.changeSynonym()
.KGCLVisitor.visitChangeSynonym
(KGCLParser.ChangeSynonymContext ctx) Visit a parse tree produced byKGCLParser.changeSynonym()
.ParseTree2ChangeVisitor.visitChangeSynonym
(KGCLParser.ChangeSynonymContext ctx)