| Package | Description |
|---|---|
| org.teavm.flavour.expr.antlr |
| Modifier and Type | Field and Description |
|---|---|
ExprParser.TypeArgumentsContext |
ExprParser.QualifiedClassTypeContext.args |
| Modifier and Type | Method and Description |
|---|---|
ExprParser.TypeArgumentsContext |
ExprParser.typeArguments() |
ExprParser.TypeArgumentsContext |
ExprParser.QualifiedClassTypeContext.typeArguments() |
| Modifier and Type | Method and Description |
|---|---|
void |
ExprBaseListener.enterTypeArguments(ExprParser.TypeArgumentsContext ctx)
Enter a parse tree produced by
ExprParser.typeArguments(). |
void |
ExprListener.enterTypeArguments(ExprParser.TypeArgumentsContext ctx)
Enter a parse tree produced by
ExprParser.typeArguments(). |
void |
ExprBaseListener.exitTypeArguments(ExprParser.TypeArgumentsContext ctx)
Exit a parse tree produced by
ExprParser.typeArguments(). |
void |
ExprListener.exitTypeArguments(ExprParser.TypeArgumentsContext ctx)
Exit a parse tree produced by
ExprParser.typeArguments(). |
T |
ExprBaseVisitor.visitTypeArguments(ExprParser.TypeArgumentsContext ctx)
Visit a parse tree produced by
ExprParser.typeArguments(). |
T |
ExprVisitor.visitTypeArguments(ExprParser.TypeArgumentsContext ctx)
Visit a parse tree produced by
ExprParser.typeArguments(). |
Copyright © 2019. All rights reserved.