Uses of Class
org.incenp.obofoundry.kgcl.parser.KGCLParser.ChangePredicateContext
Packages that use KGCLParser.ChangePredicateContext
-
Uses of KGCLParser.ChangePredicateContext in org.incenp.obofoundry.kgcl.parser
Methods in org.incenp.obofoundry.kgcl.parser that return KGCLParser.ChangePredicateContextModifier and TypeMethodDescriptionKGCLParser.ChangeContext.changePredicate()
KGCLParser.changePredicate()
Methods in org.incenp.obofoundry.kgcl.parser with parameters of type KGCLParser.ChangePredicateContextModifier and TypeMethodDescriptionvoid
KGCLBaseListener.enterChangePredicate
(KGCLParser.ChangePredicateContext ctx) Enter a parse tree produced byKGCLParser.changePredicate()
.void
KGCLListener.enterChangePredicate
(KGCLParser.ChangePredicateContext ctx) Enter a parse tree produced byKGCLParser.changePredicate()
.void
KGCLBaseListener.exitChangePredicate
(KGCLParser.ChangePredicateContext ctx) Exit a parse tree produced byKGCLParser.changePredicate()
.void
KGCLListener.exitChangePredicate
(KGCLParser.ChangePredicateContext ctx) Exit a parse tree produced byKGCLParser.changePredicate()
.KGCLBaseVisitor.visitChangePredicate
(KGCLParser.ChangePredicateContext ctx) Visit a parse tree produced byKGCLParser.changePredicate()
.KGCLVisitor.visitChangePredicate
(KGCLParser.ChangePredicateContext ctx) Visit a parse tree produced byKGCLParser.changePredicate()
.ParseTree2ChangeVisitor.visitChangePredicate
(KGCLParser.ChangePredicateContext ctx)