Uses of Class
org.eolang.parser.EoParser.ScopeExtendedContext
-
-
Uses of EoParser.ScopeExtendedContext in org.eolang.parser
Methods in org.eolang.parser that return EoParser.ScopeExtendedContext Modifier and Type Method Description EoParser.ScopeExtendedContext
EoParser.HapplicationArgExtendedContext. scopeExtended()
EoParser.ScopeExtendedContext
EoParser.HmethodHeadExtendedContext. scopeExtended()
EoParser.ScopeExtendedContext
EoParser. scopeExtended()
Methods in org.eolang.parser with parameters of type EoParser.ScopeExtendedContext Modifier and Type Method Description void
EoBaseListener. enterScopeExtended(EoParser.ScopeExtendedContext ctx)
Enter a parse tree produced byEoParser.scopeExtended()
.void
EoListener. enterScopeExtended(EoParser.ScopeExtendedContext ctx)
Enter a parse tree produced byEoParser.scopeExtended()
.void
XeEoListener. enterScopeExtended(EoParser.ScopeExtendedContext ctx)
void
EoBaseListener. exitScopeExtended(EoParser.ScopeExtendedContext ctx)
Exit a parse tree produced byEoParser.scopeExtended()
.void
EoListener. exitScopeExtended(EoParser.ScopeExtendedContext ctx)
Exit a parse tree produced byEoParser.scopeExtended()
.void
XeEoListener. exitScopeExtended(EoParser.ScopeExtendedContext ctx)
-