Uses of Class
org.incenp.obofoundry.kgcl.parser.KGCLParser.TextContext
Packages that use KGCLParser.TextContext
-
Uses of KGCLParser.TextContext in org.incenp.obofoundry.kgcl.parser
Fields in org.incenp.obofoundry.kgcl.parser declared as KGCLParser.TextContextModifier and TypeFieldDescriptionKGCLParser.NewNodeContext.label
KGCLParser.ChangeAnnotationContext.new_annotation
KGCLParser.ChangeDefinitionContext.new_definition
KGCLParser.NewDefinitionContext.new_definition
KGCLParser.RenameContext.new_label
KGCLParser.ChangeSynonymContext.new_synonym
KGCLParser.ChangeAnnotationContext.old_annotation
KGCLParser.ChangeDefinitionContext.old_definition
KGCLParser.RenameContext.old_label
KGCLParser.ChangeSynonymContext.old_synonym
KGCLParser.NewSynonymContext.synonym
KGCLParser.RemoveSynonymContext.synonym
Methods in org.incenp.obofoundry.kgcl.parser that return KGCLParser.TextContextModifier and TypeMethodDescriptionKGCLParser.ChangeAnnotationContext.text
(int i) KGCLParser.ChangeDefinitionContext.text
(int i) KGCLParser.ChangeSynonymContext.text
(int i) KGCLParser.NewDefinitionContext.text()
KGCLParser.NewNodeContext.text()
KGCLParser.NewSynonymContext.text()
KGCLParser.RemoveSynonymContext.text()
KGCLParser.RenameContext.text
(int i) final KGCLParser.TextContext
KGCLParser.text()
Methods in org.incenp.obofoundry.kgcl.parser that return types with arguments of type KGCLParser.TextContextModifier and TypeMethodDescriptionKGCLParser.ChangeAnnotationContext.text()
KGCLParser.ChangeDefinitionContext.text()
KGCLParser.ChangeSynonymContext.text()
KGCLParser.RenameContext.text()
Methods in org.incenp.obofoundry.kgcl.parser with parameters of type KGCLParser.TextContextModifier and TypeMethodDescriptionvoid
KGCLBaseListener.enterText
(KGCLParser.TextContext ctx) Enter a parse tree produced byKGCLParser.text()
.void
KGCLListener.enterText
(KGCLParser.TextContext ctx) Enter a parse tree produced byKGCLParser.text()
.void
KGCLBaseListener.exitText
(KGCLParser.TextContext ctx) Exit a parse tree produced byKGCLParser.text()
.void
KGCLListener.exitText
(KGCLParser.TextContext ctx) Exit a parse tree produced byKGCLParser.text()
.KGCLBaseVisitor.visitText
(KGCLParser.TextContext ctx) Visit a parse tree produced byKGCLParser.text()
.KGCLVisitor.visitText
(KGCLParser.TextContext ctx) Visit a parse tree produced byKGCLParser.text()
.