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