Uses of Class
org.eolang.parser.PhiParser.ScopedContext
-
-
Uses of PhiParser.ScopedContext in org.eolang.parser
Methods in org.eolang.parser that return PhiParser.ScopedContext Modifier and Type Method Description PhiParser.ScopedContextPhiParser.ObjectContext. scoped()PhiParser.ScopedContextPhiParser. scoped()Methods in org.eolang.parser with parameters of type PhiParser.ScopedContext Modifier and Type Method Description voidPhiBaseListener. enterScoped(PhiParser.ScopedContext ctx)Enter a parse tree produced byPhiParser.scoped().voidPhiListener. enterScoped(PhiParser.ScopedContext ctx)Enter a parse tree produced byPhiParser.scoped().voidPhiBaseListener. exitScoped(PhiParser.ScopedContext ctx)Exit a parse tree produced byPhiParser.scoped().voidPhiListener. exitScoped(PhiParser.ScopedContext ctx)Exit a parse tree produced byPhiParser.scoped().
-