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