Uses of Class
org.topbraid.shacl.compact.parser.SHACLCParser.NodeShapeContext
-
Packages that use SHACLCParser.NodeShapeContext Package Description org.topbraid.shacl.compact.parser -
-
Uses of SHACLCParser.NodeShapeContext in org.topbraid.shacl.compact.parser
Methods in org.topbraid.shacl.compact.parser that return SHACLCParser.NodeShapeContext Modifier and Type Method Description SHACLCParser.NodeShapeContextSHACLCParser. nodeShape()SHACLCParser.NodeShapeContextSHACLCParser.ShaclDocContext. nodeShape(int i)Methods in org.topbraid.shacl.compact.parser that return types with arguments of type SHACLCParser.NodeShapeContext Modifier and Type Method Description List<SHACLCParser.NodeShapeContext>SHACLCParser.ShaclDocContext. nodeShape()Methods in org.topbraid.shacl.compact.parser with parameters of type SHACLCParser.NodeShapeContext Modifier and Type Method Description voidSHACLCBaseListener. enterNodeShape(SHACLCParser.NodeShapeContext ctx)Enter a parse tree produced bySHACLCParser.nodeShape().voidSHACLCListener. enterNodeShape(SHACLCParser.NodeShapeContext ctx)Enter a parse tree produced bySHACLCParser.nodeShape().voidSHACLCBaseListener. exitNodeShape(SHACLCParser.NodeShapeContext ctx)Exit a parse tree produced bySHACLCParser.nodeShape().voidSHACLCListener. exitNodeShape(SHACLCParser.NodeShapeContext ctx)Exit a parse tree produced bySHACLCParser.nodeShape().
-