| Modifier and Type | Method and Description |
|---|---|
ECMAScriptParser.ProgramContext |
ECMAScriptParser.program() |
| Modifier and Type | Method and Description |
|---|---|
void |
ECMAScriptBaseListener.enterProgram(ECMAScriptParser.ProgramContext ctx)
Enter a parse tree produced by
ECMAScriptParser.program(). |
void |
ECMAScriptListener.enterProgram(ECMAScriptParser.ProgramContext ctx)
Enter a parse tree produced by
ECMAScriptParser.program(). |
void |
ECMAScriptBaseListener.exitProgram(ECMAScriptParser.ProgramContext ctx)
Exit a parse tree produced by
ECMAScriptParser.program(). |
void |
ECMAScriptListener.exitProgram(ECMAScriptParser.ProgramContext ctx)
Exit a parse tree produced by
ECMAScriptParser.program(). |
T |
ECMAScriptVisitor.visitProgram(ECMAScriptParser.ProgramContext ctx)
Visit a parse tree produced by
ECMAScriptParser.program(). |
T |
ECMAScriptBaseVisitor.visitProgram(ECMAScriptParser.ProgramContext ctx)
Visit a parse tree produced by
ECMAScriptParser.program(). |
Copyright © 2022. All rights reserved.