| Modifier and Type | Method and Description |
|---|---|
ECMAScriptParser.ArgumentsContext |
ECMAScriptParser.arguments() |
ECMAScriptParser.ArgumentsContext |
ECMAScriptParser.ArgumentsExpressionContext.arguments() |
ECMAScriptParser.ArgumentsContext |
ECMAScriptParser.NewExpressionContext.arguments() |
| Modifier and Type | Method and Description |
|---|---|
void |
ECMAScriptBaseListener.enterArguments(ECMAScriptParser.ArgumentsContext ctx)
Enter a parse tree produced by
ECMAScriptParser.arguments(). |
void |
ECMAScriptListener.enterArguments(ECMAScriptParser.ArgumentsContext ctx)
Enter a parse tree produced by
ECMAScriptParser.arguments(). |
void |
ECMAScriptBaseListener.exitArguments(ECMAScriptParser.ArgumentsContext ctx)
Exit a parse tree produced by
ECMAScriptParser.arguments(). |
void |
ECMAScriptListener.exitArguments(ECMAScriptParser.ArgumentsContext ctx)
Exit a parse tree produced by
ECMAScriptParser.arguments(). |
T |
ECMAScriptVisitor.visitArguments(ECMAScriptParser.ArgumentsContext ctx)
Visit a parse tree produced by
ECMAScriptParser.arguments(). |
T |
ECMAScriptBaseVisitor.visitArguments(ECMAScriptParser.ArgumentsContext ctx)
Visit a parse tree produced by
ECMAScriptParser.arguments(). |
Copyright © 2022. All rights reserved.