Uses of Class
org.polystat.py2eo.parser.PythonParser.PrimaryContext
-
Uses of PythonParser.PrimaryContext in org.polystat.py2eo.parser
Methods in org.polystat.py2eo.parser that return PythonParser.PrimaryContext Modifier and Type Method Description PythonParser.PrimaryContextPythonParser.Await_primaryContext. primary()PythonParser.PrimaryContextPythonParser. primary()PythonParser.PrimaryContextPythonParser.PrimaryContext. primary()Methods in org.polystat.py2eo.parser with parameters of type PythonParser.PrimaryContext Modifier and Type Method Description voidPythonParserBaseListener. enterPrimary(PythonParser.PrimaryContext ctx)Enter a parse tree produced byPythonParser.primary().voidPythonParserListener. enterPrimary(PythonParser.PrimaryContext ctx)Enter a parse tree produced byPythonParser.primary().voidPythonParserBaseListener. exitPrimary(PythonParser.PrimaryContext ctx)Exit a parse tree produced byPythonParser.primary().voidPythonParserListener. exitPrimary(PythonParser.PrimaryContext ctx)Exit a parse tree produced byPythonParser.primary().TPythonParserBaseVisitor. visitPrimary(PythonParser.PrimaryContext ctx)Visit a parse tree produced byPythonParser.primary().TPythonParserVisitor. visitPrimary(PythonParser.PrimaryContext ctx)Visit a parse tree produced byPythonParser.primary().