Uses of Class
org.eolang.parser.PhiParser.ScopedContext
-
Packages that use PhiParser.ScopedContext Package Description org.eolang.parser EO parser. -
-
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().voidXePhiListener. enterScoped(PhiParser.ScopedContext ctx)voidPhiBaseListener. exitScoped(PhiParser.ScopedContext ctx)Exit a parse tree produced byPhiParser.scoped().voidPhiListener. exitScoped(PhiParser.ScopedContext ctx)Exit a parse tree produced byPhiParser.scoped().voidXePhiListener. exitScoped(PhiParser.ScopedContext ctx)
-