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