Uses of Class
org.eolang.parser.PhiParser.ProgramContext
-
-
Uses of PhiParser.ProgramContext in org.eolang.parser
Methods in org.eolang.parser that return PhiParser.ProgramContext Modifier and Type Method Description PhiParser.ProgramContextPhiParser. program()Methods in org.eolang.parser with parameters of type PhiParser.ProgramContext Modifier and Type Method Description voidPhiBaseListener. enterProgram(PhiParser.ProgramContext ctx)Enter a parse tree produced byPhiParser.program().voidPhiListener. enterProgram(PhiParser.ProgramContext ctx)Enter a parse tree produced byPhiParser.program().voidPhiBaseListener. exitProgram(PhiParser.ProgramContext ctx)Exit a parse tree produced byPhiParser.program().voidPhiListener. exitProgram(PhiParser.ProgramContext ctx)Exit a parse tree produced byPhiParser.program().
-