Uses of Class
org.incenp.obofoundry.kgcl.parser.KGCLParser.ChangeContext
Packages that use KGCLParser.ChangeContext
-
Uses of KGCLParser.ChangeContext in org.incenp.obofoundry.kgcl.parser
Methods in org.incenp.obofoundry.kgcl.parser that return KGCLParser.ChangeContextModifier and TypeMethodDescriptionfinal KGCLParser.ChangeContext
KGCLParser.change()
KGCLParser.ChangesetContext.change
(int i) Methods in org.incenp.obofoundry.kgcl.parser that return types with arguments of type KGCLParser.ChangeContextMethods in org.incenp.obofoundry.kgcl.parser with parameters of type KGCLParser.ChangeContextModifier and TypeMethodDescriptionvoid
KGCLBaseListener.enterChange
(KGCLParser.ChangeContext ctx) Enter a parse tree produced byKGCLParser.change()
.void
KGCLListener.enterChange
(KGCLParser.ChangeContext ctx) Enter a parse tree produced byKGCLParser.change()
.void
KGCLBaseListener.exitChange
(KGCLParser.ChangeContext ctx) Exit a parse tree produced byKGCLParser.change()
.void
KGCLListener.exitChange
(KGCLParser.ChangeContext ctx) Exit a parse tree produced byKGCLParser.change()
.KGCLBaseVisitor.visitChange
(KGCLParser.ChangeContext ctx) Visit a parse tree produced byKGCLParser.change()
.KGCLVisitor.visitChange
(KGCLParser.ChangeContext ctx) Visit a parse tree produced byKGCLParser.change()
.