Uses of Class
net.lizhao.scriq.py.Python3Parser.NilAtomContext
-
Uses of Python3Parser.NilAtomContext in net.lizhao.scriq.py
Methods in net.lizhao.scriq.py with parameters of type Python3Parser.NilAtomContextModifier and TypeMethodDescriptionvoidPython3BaseListener.enterNilAtom(Python3Parser.NilAtomContext ctx) Enter a parse tree produced by thenilAtomlabeled alternative inPython3Parser.atom().voidPython3Listener.enterNilAtom(Python3Parser.NilAtomContext ctx) Enter a parse tree produced by thenilAtomlabeled alternative inPython3Parser.atom().voidPython3BaseListener.exitNilAtom(Python3Parser.NilAtomContext ctx) Exit a parse tree produced by thenilAtomlabeled alternative inPython3Parser.atom().voidPython3Listener.exitNilAtom(Python3Parser.NilAtomContext ctx) Exit a parse tree produced by thenilAtomlabeled alternative inPython3Parser.atom().Python3BaseVisitor.visitNilAtom(Python3Parser.NilAtomContext ctx) Visit a parse tree produced by thenilAtomlabeled alternative inPython3Parser.atom().Python3Visitor.visitNilAtom(Python3Parser.NilAtomContext ctx) Visit a parse tree produced by thenilAtomlabeled alternative inPython3Parser.atom().