Uses of Class
org.topbraid.shacl.compact.parser.SHACLCParser.NodeNotContext
-
Packages that use SHACLCParser.NodeNotContext Package Description org.topbraid.shacl.compact.parser -
-
Uses of SHACLCParser.NodeNotContext in org.topbraid.shacl.compact.parser
Methods in org.topbraid.shacl.compact.parser that return SHACLCParser.NodeNotContext Modifier and Type Method Description SHACLCParser.NodeNotContextSHACLCParser. nodeNot()SHACLCParser.NodeNotContextSHACLCParser.NodeOrContext. nodeNot(int i)Methods in org.topbraid.shacl.compact.parser that return types with arguments of type SHACLCParser.NodeNotContext Modifier and Type Method Description List<SHACLCParser.NodeNotContext>SHACLCParser.NodeOrContext. nodeNot()Methods in org.topbraid.shacl.compact.parser with parameters of type SHACLCParser.NodeNotContext Modifier and Type Method Description voidSHACLCBaseListener. enterNodeNot(SHACLCParser.NodeNotContext ctx)Enter a parse tree produced bySHACLCParser.nodeNot().voidSHACLCListener. enterNodeNot(SHACLCParser.NodeNotContext ctx)Enter a parse tree produced bySHACLCParser.nodeNot().voidSHACLCBaseListener. exitNodeNot(SHACLCParser.NodeNotContext ctx)Exit a parse tree produced bySHACLCParser.nodeNot().voidSHACLCListener. exitNodeNot(SHACLCParser.NodeNotContext ctx)Exit a parse tree produced bySHACLCParser.nodeNot().
-