Uses of Class
org.topbraid.shacl.compact.parser.SHACLCParser.PathAlternativeContext
-
Packages that use SHACLCParser.PathAlternativeContext Package Description org.topbraid.shacl.compact.parser -
-
Uses of SHACLCParser.PathAlternativeContext in org.topbraid.shacl.compact.parser
Methods in org.topbraid.shacl.compact.parser that return SHACLCParser.PathAlternativeContext Modifier and Type Method Description SHACLCParser.PathAlternativeContextSHACLCParser. pathAlternative()SHACLCParser.PathAlternativeContextSHACLCParser.PathContext. pathAlternative()Methods in org.topbraid.shacl.compact.parser with parameters of type SHACLCParser.PathAlternativeContext Modifier and Type Method Description voidSHACLCBaseListener. enterPathAlternative(SHACLCParser.PathAlternativeContext ctx)Enter a parse tree produced bySHACLCParser.pathAlternative().voidSHACLCListener. enterPathAlternative(SHACLCParser.PathAlternativeContext ctx)Enter a parse tree produced bySHACLCParser.pathAlternative().voidSHACLCBaseListener. exitPathAlternative(SHACLCParser.PathAlternativeContext ctx)Exit a parse tree produced bySHACLCParser.pathAlternative().voidSHACLCListener. exitPathAlternative(SHACLCParser.PathAlternativeContext ctx)Exit a parse tree produced bySHACLCParser.pathAlternative().
-