Uses of Class
org.eolang.parser.EoParser.ScopeContext
-
Uses of EoParser.ScopeContext in org.eolang.parser
Methods in org.eolang.parser that return EoParser.ScopeContextModifier and TypeMethodDescriptionEoParser.HapplicationArgContext.scope()EoParser.HmethodContext.scope()final EoParser.ScopeContextEoParser.scope()Methods in org.eolang.parser with parameters of type EoParser.ScopeContextModifier and TypeMethodDescriptionvoidEoBaseListener.enterScope(EoParser.ScopeContext ctx) Enter a parse tree produced byEoParser.scope().voidEoListener.enterScope(EoParser.ScopeContext ctx) Enter a parse tree produced byEoParser.scope().voidEoBaseListener.exitScope(EoParser.ScopeContext ctx) Exit a parse tree produced byEoParser.scope().voidEoListener.exitScope(EoParser.ScopeContext ctx) Exit a parse tree produced byEoParser.scope().