Uses of Class
org.topbraid.shacl.compact.parser.SHACLCParser.NegationContext
-
Packages that use SHACLCParser.NegationContext Package Description org.topbraid.shacl.compact.parser -
-
Uses of SHACLCParser.NegationContext in org.topbraid.shacl.compact.parser
Methods in org.topbraid.shacl.compact.parser that return SHACLCParser.NegationContext Modifier and Type Method Description SHACLCParser.NegationContextSHACLCParser. negation()SHACLCParser.NegationContextSHACLCParser.NodeNotContext. negation()SHACLCParser.NegationContextSHACLCParser.PropertyNotContext. negation()Methods in org.topbraid.shacl.compact.parser with parameters of type SHACLCParser.NegationContext Modifier and Type Method Description voidSHACLCBaseListener. enterNegation(SHACLCParser.NegationContext ctx)Enter a parse tree produced bySHACLCParser.negation().voidSHACLCListener. enterNegation(SHACLCParser.NegationContext ctx)Enter a parse tree produced bySHACLCParser.negation().voidSHACLCBaseListener. exitNegation(SHACLCParser.NegationContext ctx)Exit a parse tree produced bySHACLCParser.negation().voidSHACLCListener. exitNegation(SHACLCParser.NegationContext ctx)Exit a parse tree produced bySHACLCParser.negation().
-