| Package | Description |
|---|---|
| org.teavm.flavour.expr.antlr |
| Modifier and Type | Method and Description |
|---|---|
void |
ExprBaseListener.enterFunctionCall(ExprParser.FunctionCallContext ctx)
Enter a parse tree produced by the
functionCall
labeled alternative in ExprParser.primitive(). |
void |
ExprListener.enterFunctionCall(ExprParser.FunctionCallContext ctx)
Enter a parse tree produced by the
functionCall
labeled alternative in ExprParser.primitive(). |
void |
ExprBaseListener.exitFunctionCall(ExprParser.FunctionCallContext ctx)
Exit a parse tree produced by the
functionCall
labeled alternative in ExprParser.primitive(). |
void |
ExprListener.exitFunctionCall(ExprParser.FunctionCallContext ctx)
Exit a parse tree produced by the
functionCall
labeled alternative in ExprParser.primitive(). |
T |
ExprBaseVisitor.visitFunctionCall(ExprParser.FunctionCallContext ctx)
Visit a parse tree produced by the
functionCall
labeled alternative in ExprParser.primitive(). |
T |
ExprVisitor.visitFunctionCall(ExprParser.FunctionCallContext ctx)
Visit a parse tree produced by the
functionCall
labeled alternative in ExprParser.primitive(). |
Copyright © 2019. All rights reserved.