| Package | Description |
|---|---|
| org.teavm.flavour.expr.antlr |
| Modifier and Type | Field and Description |
|---|---|
ExprParser.TypeContext |
ExprParser.PathCastContext.targetType |
ExprParser.TypeContext |
ExprParser.LambdaBoundVarContext.varType |
| Modifier and Type | Method and Description |
|---|---|
ExprParser.TypeContext |
ExprParser.type() |
ExprParser.TypeContext |
ExprParser.LambdaBoundVarContext.type() |
ExprParser.TypeContext |
ExprParser.PathCastContext.type() |
| Modifier and Type | Method and Description |
|---|---|
void |
ExprBaseListener.enterType(ExprParser.TypeContext ctx)
Enter a parse tree produced by
ExprParser.type(). |
void |
ExprListener.enterType(ExprParser.TypeContext ctx)
Enter a parse tree produced by
ExprParser.type(). |
void |
ExprBaseListener.exitType(ExprParser.TypeContext ctx)
Exit a parse tree produced by
ExprParser.type(). |
void |
ExprListener.exitType(ExprParser.TypeContext ctx)
Exit a parse tree produced by
ExprParser.type(). |
T |
ExprBaseVisitor.visitType(ExprParser.TypeContext ctx)
Visit a parse tree produced by
ExprParser.type(). |
T |
ExprVisitor.visitType(ExprParser.TypeContext ctx)
Visit a parse tree produced by
ExprParser.type(). |
Copyright © 2019. All rights reserved.