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