| Package | Description |
|---|---|
| third_party |
| Modifier and Type | Method and Description |
|---|---|
GoParser.QualifiedIdentContext |
GoParser.qualifiedIdent() |
GoParser.QualifiedIdentContext |
GoParser.TypeNameContext.qualifiedIdent() |
GoParser.QualifiedIdentContext |
GoParser.OperandNameContext.qualifiedIdent() |
| Modifier and Type | Method and Description |
|---|---|
void |
GoParserListener.enterQualifiedIdent(GoParser.QualifiedIdentContext ctx)
Enter a parse tree produced by
GoParser.qualifiedIdent(). |
void |
GoParserBaseListener.enterQualifiedIdent(GoParser.QualifiedIdentContext ctx)
Enter a parse tree produced by
GoParser.qualifiedIdent(). |
void |
GoParserListener.exitQualifiedIdent(GoParser.QualifiedIdentContext ctx)
Exit a parse tree produced by
GoParser.qualifiedIdent(). |
void |
GoParserBaseListener.exitQualifiedIdent(GoParser.QualifiedIdentContext ctx)
Exit a parse tree produced by
GoParser.qualifiedIdent(). |
Copyright © 2021 Markus Heberling. All rights reserved.