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