Uses of Class
org.topbraid.shacl.compact.parser.SHACLCParser.PropertyAtomContext
-
Packages that use SHACLCParser.PropertyAtomContext Package Description org.topbraid.shacl.compact.parser -
-
Uses of SHACLCParser.PropertyAtomContext in org.topbraid.shacl.compact.parser
Methods in org.topbraid.shacl.compact.parser that return SHACLCParser.PropertyAtomContext Modifier and Type Method Description SHACLCParser.PropertyAtomContextSHACLCParser. propertyAtom()SHACLCParser.PropertyAtomContextSHACLCParser.PropertyNotContext. propertyAtom()Methods in org.topbraid.shacl.compact.parser with parameters of type SHACLCParser.PropertyAtomContext Modifier and Type Method Description voidSHACLCBaseListener. enterPropertyAtom(SHACLCParser.PropertyAtomContext ctx)Enter a parse tree produced bySHACLCParser.propertyAtom().voidSHACLCListener. enterPropertyAtom(SHACLCParser.PropertyAtomContext ctx)Enter a parse tree produced bySHACLCParser.propertyAtom().voidSHACLCBaseListener. exitPropertyAtom(SHACLCParser.PropertyAtomContext ctx)Exit a parse tree produced bySHACLCParser.propertyAtom().voidSHACLCListener. exitPropertyAtom(SHACLCParser.PropertyAtomContext ctx)Exit a parse tree produced bySHACLCParser.propertyAtom().
-