Uses of Class
org.eolang.parser.ProgramParser.ScopeContext
-
-
Uses of ProgramParser.ScopeContext in org.eolang.parser
Methods in org.eolang.parser that return ProgramParser.ScopeContext Modifier and Type Method Description ProgramParser.ScopeContext
ProgramParser.ApplicationContext. scope()
ProgramParser.ScopeContext
ProgramParser.HtailContext. scope(int i)
ProgramParser.ScopeContext
ProgramParser. scope()
Methods in org.eolang.parser that return types with arguments of type ProgramParser.ScopeContext Modifier and Type Method Description List<ProgramParser.ScopeContext>
ProgramParser.HtailContext. scope()
Methods in org.eolang.parser with parameters of type ProgramParser.ScopeContext Modifier and Type Method Description void
ProgramBaseListener. enterScope(ProgramParser.ScopeContext ctx)
Enter a parse tree produced byProgramParser.scope()
.void
ProgramListener. enterScope(ProgramParser.ScopeContext ctx)
Enter a parse tree produced byProgramParser.scope()
.void
XeListener. enterScope(ProgramParser.ScopeContext ctx)
void
ProgramBaseListener. exitScope(ProgramParser.ScopeContext ctx)
Exit a parse tree produced byProgramParser.scope()
.void
ProgramListener. exitScope(ProgramParser.ScopeContext ctx)
Exit a parse tree produced byProgramParser.scope()
.void
XeListener. exitScope(ProgramParser.ScopeContext ctx)
-