| Modifier and Type | Method and Description |
|---|---|
void |
ECMAScriptBaseListener.enterPropertyGetter(ECMAScriptParser.PropertyGetterContext ctx)
Enter a parse tree produced by the
PropertyGetter
labeled alternative in ECMAScriptParser.propertyAssignment(). |
void |
ECMAScriptListener.enterPropertyGetter(ECMAScriptParser.PropertyGetterContext ctx)
Enter a parse tree produced by the
PropertyGetter
labeled alternative in ECMAScriptParser.propertyAssignment(). |
void |
ECMAScriptBaseListener.exitPropertyGetter(ECMAScriptParser.PropertyGetterContext ctx)
Exit a parse tree produced by the
PropertyGetter
labeled alternative in ECMAScriptParser.propertyAssignment(). |
void |
ECMAScriptListener.exitPropertyGetter(ECMAScriptParser.PropertyGetterContext ctx)
Exit a parse tree produced by the
PropertyGetter
labeled alternative in ECMAScriptParser.propertyAssignment(). |
T |
ECMAScriptVisitor.visitPropertyGetter(ECMAScriptParser.PropertyGetterContext ctx)
Visit a parse tree produced by the
PropertyGetter
labeled alternative in ECMAScriptParser.propertyAssignment(). |
T |
ECMAScriptBaseVisitor.visitPropertyGetter(ECMAScriptParser.PropertyGetterContext ctx)
Visit a parse tree produced by the
PropertyGetter
labeled alternative in ECMAScriptParser.propertyAssignment(). |
Copyright © 2022. All rights reserved.