| Package | Description |
|---|---|
| org.teavm.flavour.expr.antlr |
| Modifier and Type | Method and Description |
|---|---|
void |
ExprBaseListener.enterPathCast(ExprParser.PathCastContext ctx)
Enter a parse tree produced by the
pathCast
labeled alternative in ExprParser.path(). |
void |
ExprListener.enterPathCast(ExprParser.PathCastContext ctx)
Enter a parse tree produced by the
pathCast
labeled alternative in ExprParser.path(). |
void |
ExprBaseListener.exitPathCast(ExprParser.PathCastContext ctx)
Exit a parse tree produced by the
pathCast
labeled alternative in ExprParser.path(). |
void |
ExprListener.exitPathCast(ExprParser.PathCastContext ctx)
Exit a parse tree produced by the
pathCast
labeled alternative in ExprParser.path(). |
T |
ExprBaseVisitor.visitPathCast(ExprParser.PathCastContext ctx)
Visit a parse tree produced by the
pathCast
labeled alternative in ExprParser.path(). |
T |
ExprVisitor.visitPathCast(ExprParser.PathCastContext ctx)
Visit a parse tree produced by the
pathCast
labeled alternative in ExprParser.path(). |
Copyright © 2019. All rights reserved.