Uses of Class
org.eolang.parser.ProgramParser.ScopeExtendedContext
-
-
Uses of ProgramParser.ScopeExtendedContext in org.eolang.parser
Methods in org.eolang.parser that return ProgramParser.ScopeExtendedContext Modifier and Type Method Description ProgramParser.ScopeExtendedContextProgramParser.HapplicationArgExtendedContext. scopeExtended()ProgramParser.ScopeExtendedContextProgramParser.HmethodHeadExtendedContext. scopeExtended()ProgramParser.ScopeExtendedContextProgramParser. scopeExtended()Methods in org.eolang.parser with parameters of type ProgramParser.ScopeExtendedContext Modifier and Type Method Description voidProgramBaseListener. enterScopeExtended(ProgramParser.ScopeExtendedContext ctx)Enter a parse tree produced byProgramParser.scopeExtended().voidProgramListener. enterScopeExtended(ProgramParser.ScopeExtendedContext ctx)Enter a parse tree produced byProgramParser.scopeExtended().voidXeListener. enterScopeExtended(ProgramParser.ScopeExtendedContext ctx)voidProgramBaseListener. exitScopeExtended(ProgramParser.ScopeExtendedContext ctx)Exit a parse tree produced byProgramParser.scopeExtended().voidProgramListener. exitScopeExtended(ProgramParser.ScopeExtendedContext ctx)Exit a parse tree produced byProgramParser.scopeExtended().voidXeListener. exitScopeExtended(ProgramParser.ScopeExtendedContext ctx)
-