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