Uses of Class
org.topbraid.shacl.compact.parser.SHACLCParser.PropertyOrContext
-
Packages that use SHACLCParser.PropertyOrContext Package Description org.topbraid.shacl.compact.parser -
-
Uses of SHACLCParser.PropertyOrContext in org.topbraid.shacl.compact.parser
Methods in org.topbraid.shacl.compact.parser that return SHACLCParser.PropertyOrContext Modifier and Type Method Description SHACLCParser.PropertyOrContextSHACLCParser. propertyOr()SHACLCParser.PropertyOrContextSHACLCParser.PropertyShapeContext. propertyOr(int i)Methods in org.topbraid.shacl.compact.parser that return types with arguments of type SHACLCParser.PropertyOrContext Modifier and Type Method Description List<SHACLCParser.PropertyOrContext>SHACLCParser.PropertyShapeContext. propertyOr()Methods in org.topbraid.shacl.compact.parser with parameters of type SHACLCParser.PropertyOrContext Modifier and Type Method Description voidSHACLCBaseListener. enterPropertyOr(SHACLCParser.PropertyOrContext ctx)Enter a parse tree produced bySHACLCParser.propertyOr().voidSHACLCListener. enterPropertyOr(SHACLCParser.PropertyOrContext ctx)Enter a parse tree produced bySHACLCParser.propertyOr().voidSHACLCBaseListener. exitPropertyOr(SHACLCParser.PropertyOrContext ctx)Exit a parse tree produced bySHACLCParser.propertyOr().voidSHACLCListener. exitPropertyOr(SHACLCParser.PropertyOrContext ctx)Exit a parse tree produced bySHACLCParser.propertyOr().
-