Uses of Class
org.topbraid.shacl.compact.parser.SHACLCParser.ImportsDeclContext
-
Packages that use SHACLCParser.ImportsDeclContext Package Description org.topbraid.shacl.compact.parser -
-
Uses of SHACLCParser.ImportsDeclContext in org.topbraid.shacl.compact.parser
Methods in org.topbraid.shacl.compact.parser that return SHACLCParser.ImportsDeclContext Modifier and Type Method Description SHACLCParser.ImportsDeclContextSHACLCParser.DirectiveContext. importsDecl()SHACLCParser.ImportsDeclContextSHACLCParser. importsDecl()Methods in org.topbraid.shacl.compact.parser with parameters of type SHACLCParser.ImportsDeclContext Modifier and Type Method Description voidSHACLCBaseListener. enterImportsDecl(SHACLCParser.ImportsDeclContext ctx)Enter a parse tree produced bySHACLCParser.importsDecl().voidSHACLCListener. enterImportsDecl(SHACLCParser.ImportsDeclContext ctx)Enter a parse tree produced bySHACLCParser.importsDecl().voidSHACLCBaseListener. exitImportsDecl(SHACLCParser.ImportsDeclContext ctx)Exit a parse tree produced bySHACLCParser.importsDecl().voidSHACLCListener. exitImportsDecl(SHACLCParser.ImportsDeclContext ctx)Exit a parse tree produced bySHACLCParser.importsDecl().
-