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.ScopedContext
PhiParser.ObjectContext. scoped()
PhiParser.ScopedContext
PhiParser. scoped()
Methods in org.eolang.parser with parameters of type PhiParser.ScopedContext Modifier and Type Method Description void
PhiBaseListener. enterScoped(PhiParser.ScopedContext ctx)
Enter a parse tree produced byPhiParser.scoped()
.void
PhiListener. enterScoped(PhiParser.ScopedContext ctx)
Enter a parse tree produced byPhiParser.scoped()
.void
XePhiListener. enterScoped(PhiParser.ScopedContext ctx)
void
PhiBaseListener. exitScoped(PhiParser.ScopedContext ctx)
Exit a parse tree produced byPhiParser.scoped()
.void
PhiListener. exitScoped(PhiParser.ScopedContext ctx)
Exit a parse tree produced byPhiParser.scoped()
.void
XePhiListener. exitScoped(PhiParser.ScopedContext ctx)
-