Uses of Class
org.topbraid.shacl.compact.parser.SHACLCParser.BaseDeclContext
-
Packages that use SHACLCParser.BaseDeclContext Package Description org.topbraid.shacl.compact.parser -
-
Uses of SHACLCParser.BaseDeclContext in org.topbraid.shacl.compact.parser
Methods in org.topbraid.shacl.compact.parser that return SHACLCParser.BaseDeclContext Modifier and Type Method Description SHACLCParser.BaseDeclContextSHACLCParser. baseDecl()SHACLCParser.BaseDeclContextSHACLCParser.DirectiveContext. baseDecl()Methods in org.topbraid.shacl.compact.parser with parameters of type SHACLCParser.BaseDeclContext Modifier and Type Method Description voidSHACLCBaseListener. enterBaseDecl(SHACLCParser.BaseDeclContext ctx)Enter a parse tree produced bySHACLCParser.baseDecl().voidSHACLCListener. enterBaseDecl(SHACLCParser.BaseDeclContext ctx)Enter a parse tree produced bySHACLCParser.baseDecl().voidSHACLCBaseListener. exitBaseDecl(SHACLCParser.BaseDeclContext ctx)Exit a parse tree produced bySHACLCParser.baseDecl().voidSHACLCListener. exitBaseDecl(SHACLCParser.BaseDeclContext ctx)Exit a parse tree produced bySHACLCParser.baseDecl().
-