Uses of Class
org.incenp.obofoundry.kgcl.parser.KGCLParser.ChangeContext
-
Packages that use KGCLParser.ChangeContext Package Description org.incenp.obofoundry.kgcl.parser -
-
Uses of KGCLParser.ChangeContext in org.incenp.obofoundry.kgcl.parser
Methods in org.incenp.obofoundry.kgcl.parser that return KGCLParser.ChangeContext Modifier and Type Method Description KGCLParser.ChangeContextKGCLParser. change()KGCLParser.ChangeContextKGCLParser.ChangesetContext. change(int i)Methods in org.incenp.obofoundry.kgcl.parser that return types with arguments of type KGCLParser.ChangeContext Modifier and Type Method Description List<KGCLParser.ChangeContext>KGCLParser.ChangesetContext. change()Methods in org.incenp.obofoundry.kgcl.parser with parameters of type KGCLParser.ChangeContext Modifier and Type Method Description voidKGCLBaseListener. enterChange(KGCLParser.ChangeContext ctx)Enter a parse tree produced byKGCLParser.change().voidKGCLListener. enterChange(KGCLParser.ChangeContext ctx)Enter a parse tree produced byKGCLParser.change().voidKGCLBaseListener. exitChange(KGCLParser.ChangeContext ctx)Exit a parse tree produced byKGCLParser.change().voidKGCLListener. exitChange(KGCLParser.ChangeContext ctx)Exit a parse tree produced byKGCLParser.change().TKGCLBaseVisitor. visitChange(KGCLParser.ChangeContext ctx)Visit a parse tree produced byKGCLParser.change().TKGCLVisitor. visitChange(KGCLParser.ChangeContext ctx)Visit a parse tree produced byKGCLParser.change().
-