| Package | Description |
|---|---|
| third_party |
| Modifier and Type | Method and Description |
|---|---|
GoParser.PrimaryExprContext |
GoParser.primaryExpr() |
GoParser.PrimaryExprContext |
GoParser.TypeSwitchGuardContext.primaryExpr() |
GoParser.PrimaryExprContext |
GoParser.ExpressionContext.primaryExpr() |
GoParser.PrimaryExprContext |
GoParser.PrimaryExprContext.primaryExpr() |
GoParser.PrimaryExprContext |
GoParser.UnaryExprContext.primaryExpr() |
| Modifier and Type | Method and Description |
|---|---|
void |
GoParserListener.enterPrimaryExpr(GoParser.PrimaryExprContext ctx)
Enter a parse tree produced by
GoParser.primaryExpr(). |
void |
GoParserBaseListener.enterPrimaryExpr(GoParser.PrimaryExprContext ctx)
Enter a parse tree produced by
GoParser.primaryExpr(). |
void |
GoParserListener.exitPrimaryExpr(GoParser.PrimaryExprContext ctx)
Exit a parse tree produced by
GoParser.primaryExpr(). |
void |
GoParserBaseListener.exitPrimaryExpr(GoParser.PrimaryExprContext ctx)
Exit a parse tree produced by
GoParser.primaryExpr(). |
Copyright © 2021 Markus Heberling. All rights reserved.