Uses of Class
org.topbraid.shacl.compact.parser.SHACLCParser.PathSequenceContext
-
Packages that use SHACLCParser.PathSequenceContext Package Description org.topbraid.shacl.compact.parser -
-
Uses of SHACLCParser.PathSequenceContext in org.topbraid.shacl.compact.parser
Methods in org.topbraid.shacl.compact.parser that return SHACLCParser.PathSequenceContext Modifier and Type Method Description SHACLCParser.PathSequenceContextSHACLCParser.PathAlternativeContext. pathSequence(int i)SHACLCParser.PathSequenceContextSHACLCParser. pathSequence()Methods in org.topbraid.shacl.compact.parser that return types with arguments of type SHACLCParser.PathSequenceContext Modifier and Type Method Description List<SHACLCParser.PathSequenceContext>SHACLCParser.PathAlternativeContext. pathSequence()Methods in org.topbraid.shacl.compact.parser with parameters of type SHACLCParser.PathSequenceContext Modifier and Type Method Description voidSHACLCBaseListener. enterPathSequence(SHACLCParser.PathSequenceContext ctx)Enter a parse tree produced bySHACLCParser.pathSequence().voidSHACLCListener. enterPathSequence(SHACLCParser.PathSequenceContext ctx)Enter a parse tree produced bySHACLCParser.pathSequence().voidSHACLCBaseListener. exitPathSequence(SHACLCParser.PathSequenceContext ctx)Exit a parse tree produced bySHACLCParser.pathSequence().voidSHACLCListener. exitPathSequence(SHACLCParser.PathSequenceContext ctx)Exit a parse tree produced bySHACLCParser.pathSequence().
-