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