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