Uses of Class
org.incenp.obofoundry.kgcl.parser.KGCLParser.StringContext
Packages that use KGCLParser.StringContext
-
Uses of KGCLParser.StringContext in org.incenp.obofoundry.kgcl.parser
Methods in org.incenp.obofoundry.kgcl.parser that return KGCLParser.StringContextModifier and TypeMethodDescriptionKGCLParser.IdAsLabelContext.string()
final KGCLParser.StringContext
KGCLParser.string()
KGCLParser.TextContext.string()
Methods in org.incenp.obofoundry.kgcl.parser with parameters of type KGCLParser.StringContextModifier and TypeMethodDescriptionvoid
KGCLBaseListener.enterString
(KGCLParser.StringContext ctx) Enter a parse tree produced byKGCLParser.string()
.void
KGCLListener.enterString
(KGCLParser.StringContext ctx) Enter a parse tree produced byKGCLParser.string()
.void
KGCLBaseListener.exitString
(KGCLParser.StringContext ctx) Exit a parse tree produced byKGCLParser.string()
.void
KGCLListener.exitString
(KGCLParser.StringContext ctx) Exit a parse tree produced byKGCLParser.string()
.KGCLBaseVisitor.visitString
(KGCLParser.StringContext ctx) Visit a parse tree produced byKGCLParser.string()
.KGCLVisitor.visitString
(KGCLParser.StringContext ctx) Visit a parse tree produced byKGCLParser.string()
.