Uses of Class
org.topbraid.shacl.compact.parser.SHACLCParser.LiteralContext
-
Packages that use SHACLCParser.LiteralContext Package Description org.topbraid.shacl.compact.parser -
-
Uses of SHACLCParser.LiteralContext in org.topbraid.shacl.compact.parser
Methods in org.topbraid.shacl.compact.parser that return SHACLCParser.LiteralContext Modifier and Type Method Description SHACLCParser.LiteralContextSHACLCParser.IriOrLiteralContext. literal()SHACLCParser.LiteralContextSHACLCParser. literal()Methods in org.topbraid.shacl.compact.parser with parameters of type SHACLCParser.LiteralContext Modifier and Type Method Description voidSHACLCBaseListener. enterLiteral(SHACLCParser.LiteralContext ctx)Enter a parse tree produced bySHACLCParser.literal().voidSHACLCListener. enterLiteral(SHACLCParser.LiteralContext ctx)Enter a parse tree produced bySHACLCParser.literal().voidSHACLCBaseListener. exitLiteral(SHACLCParser.LiteralContext ctx)Exit a parse tree produced bySHACLCParser.literal().voidSHACLCListener. exitLiteral(SHACLCParser.LiteralContext ctx)Exit a parse tree produced bySHACLCParser.literal().
-