Uses of Class
org.incenp.obofoundry.kgcl.parser.KGCLParser.ChangeAnnotationContext
Packages that use KGCLParser.ChangeAnnotationContext
-
Uses of KGCLParser.ChangeAnnotationContext in org.incenp.obofoundry.kgcl.parser
Methods in org.incenp.obofoundry.kgcl.parser that return KGCLParser.ChangeAnnotationContextModifier and TypeMethodDescriptionKGCLParser.changeAnnotation()
KGCLParser.ChangeContext.changeAnnotation()
Methods in org.incenp.obofoundry.kgcl.parser with parameters of type KGCLParser.ChangeAnnotationContextModifier and TypeMethodDescriptionvoid
KGCLBaseListener.enterChangeAnnotation
(KGCLParser.ChangeAnnotationContext ctx) Enter a parse tree produced byKGCLParser.changeAnnotation()
.void
KGCLListener.enterChangeAnnotation
(KGCLParser.ChangeAnnotationContext ctx) Enter a parse tree produced byKGCLParser.changeAnnotation()
.void
KGCLBaseListener.exitChangeAnnotation
(KGCLParser.ChangeAnnotationContext ctx) Exit a parse tree produced byKGCLParser.changeAnnotation()
.void
KGCLListener.exitChangeAnnotation
(KGCLParser.ChangeAnnotationContext ctx) Exit a parse tree produced byKGCLParser.changeAnnotation()
.KGCLBaseVisitor.visitChangeAnnotation
(KGCLParser.ChangeAnnotationContext ctx) Visit a parse tree produced byKGCLParser.changeAnnotation()
.KGCLVisitor.visitChangeAnnotation
(KGCLParser.ChangeAnnotationContext ctx) Visit a parse tree produced byKGCLParser.changeAnnotation()
.ParseTree2ChangeVisitor.visitChangeAnnotation
(KGCLParser.ChangeAnnotationContext ctx)