| Package | Description |
|---|---|
| org.teavm.flavour.expr.antlr |
| Modifier and Type | Method and Description |
|---|---|
void |
ExprBaseListener.enterLongType(ExprParser.LongTypeContext ctx)
Enter a parse tree produced by the
longType
labeled alternative in ExprParser.nonArrayType(). |
void |
ExprListener.enterLongType(ExprParser.LongTypeContext ctx)
Enter a parse tree produced by the
longType
labeled alternative in ExprParser.nonArrayType(). |
void |
ExprBaseListener.exitLongType(ExprParser.LongTypeContext ctx)
Exit a parse tree produced by the
longType
labeled alternative in ExprParser.nonArrayType(). |
void |
ExprListener.exitLongType(ExprParser.LongTypeContext ctx)
Exit a parse tree produced by the
longType
labeled alternative in ExprParser.nonArrayType(). |
T |
ExprBaseVisitor.visitLongType(ExprParser.LongTypeContext ctx)
Visit a parse tree produced by the
longType
labeled alternative in ExprParser.nonArrayType(). |
T |
ExprVisitor.visitLongType(ExprParser.LongTypeContext ctx)
Visit a parse tree produced by the
longType
labeled alternative in ExprParser.nonArrayType(). |
Copyright © 2019. All rights reserved.