Uses of Class
org.topbraid.shacl.compact.parser.SHACLCParser.IriOrLiteralContext
-
Packages that use SHACLCParser.IriOrLiteralContext Package Description org.topbraid.shacl.compact.parser -
-
Uses of SHACLCParser.IriOrLiteralContext in org.topbraid.shacl.compact.parser
Methods in org.topbraid.shacl.compact.parser that return SHACLCParser.IriOrLiteralContext Modifier and Type Method Description SHACLCParser.IriOrLiteralContextSHACLCParser.ArrayContext. iriOrLiteral(int i)SHACLCParser.IriOrLiteralContextSHACLCParser. iriOrLiteral()SHACLCParser.IriOrLiteralContextSHACLCParser.IriOrLiteralOrArrayContext. iriOrLiteral()Methods in org.topbraid.shacl.compact.parser that return types with arguments of type SHACLCParser.IriOrLiteralContext Modifier and Type Method Description List<SHACLCParser.IriOrLiteralContext>SHACLCParser.ArrayContext. iriOrLiteral()Methods in org.topbraid.shacl.compact.parser with parameters of type SHACLCParser.IriOrLiteralContext Modifier and Type Method Description voidSHACLCBaseListener. enterIriOrLiteral(SHACLCParser.IriOrLiteralContext ctx)Enter a parse tree produced bySHACLCParser.iriOrLiteral().voidSHACLCListener. enterIriOrLiteral(SHACLCParser.IriOrLiteralContext ctx)Enter a parse tree produced bySHACLCParser.iriOrLiteral().voidSHACLCBaseListener. exitIriOrLiteral(SHACLCParser.IriOrLiteralContext ctx)Exit a parse tree produced bySHACLCParser.iriOrLiteral().voidSHACLCListener. exitIriOrLiteral(SHACLCParser.IriOrLiteralContext ctx)Exit a parse tree produced bySHACLCParser.iriOrLiteral().
-