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