| Package | Description |
|---|---|
| third_party |
| Modifier and Type | Method and Description |
|---|---|
CParser.DeclarationContext |
CParser.declaration() |
CParser.DeclarationContext |
CParser.BlockItemContext.declaration() |
CParser.DeclarationContext |
CParser.ExternalDeclarationContext.declaration() |
CParser.DeclarationContext |
CParser.DeclarationListContext.declaration() |
| Modifier and Type | Method and Description |
|---|---|
void |
CBaseListener.enterDeclaration(CParser.DeclarationContext ctx)
Enter a parse tree produced by
CParser.declaration(). |
void |
CListener.enterDeclaration(CParser.DeclarationContext ctx)
Enter a parse tree produced by
CParser.declaration(). |
void |
CBaseListener.exitDeclaration(CParser.DeclarationContext ctx)
Exit a parse tree produced by
CParser.declaration(). |
void |
CListener.exitDeclaration(CParser.DeclarationContext ctx)
Exit a parse tree produced by
CParser.declaration(). |
Copyright © 2021 Markus Heberling. All rights reserved.