Uses of Class
org.incenp.obofoundry.kgcl.parser.KGCLParser.MoveContext
Packages that use KGCLParser.MoveContext
-
Uses of KGCLParser.MoveContext in org.incenp.obofoundry.kgcl.parser
Methods in org.incenp.obofoundry.kgcl.parser that return KGCLParser.MoveContextModifier and TypeMethodDescriptionKGCLParser.ChangeContext.move()
final KGCLParser.MoveContext
KGCLParser.move()
Methods in org.incenp.obofoundry.kgcl.parser with parameters of type KGCLParser.MoveContextModifier and TypeMethodDescriptionvoid
KGCLBaseListener.enterMove
(KGCLParser.MoveContext ctx) Enter a parse tree produced byKGCLParser.move()
.void
KGCLListener.enterMove
(KGCLParser.MoveContext ctx) Enter a parse tree produced byKGCLParser.move()
.void
KGCLBaseListener.exitMove
(KGCLParser.MoveContext ctx) Exit a parse tree produced byKGCLParser.move()
.void
KGCLListener.exitMove
(KGCLParser.MoveContext ctx) Exit a parse tree produced byKGCLParser.move()
.KGCLBaseVisitor.visitMove
(KGCLParser.MoveContext ctx) Visit a parse tree produced byKGCLParser.move()
.KGCLVisitor.visitMove
(KGCLParser.MoveContext ctx) Visit a parse tree produced byKGCLParser.move()
.ParseTree2ChangeVisitor.visitMove
(KGCLParser.MoveContext ctx)