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