| Package | Description |
|---|---|
| third_party |
| Modifier and Type | Method and Description |
|---|---|
CParser.UnaryOperatorContext |
CParser.unaryOperator() |
CParser.UnaryOperatorContext |
CParser.UnaryExpressionContext.unaryOperator() |
| Modifier and Type | Method and Description |
|---|---|
void |
CBaseListener.enterUnaryOperator(CParser.UnaryOperatorContext ctx)
Enter a parse tree produced by
CParser.unaryOperator(). |
void |
CListener.enterUnaryOperator(CParser.UnaryOperatorContext ctx)
Enter a parse tree produced by
CParser.unaryOperator(). |
void |
CBaseListener.exitUnaryOperator(CParser.UnaryOperatorContext ctx)
Exit a parse tree produced by
CParser.unaryOperator(). |
void |
CListener.exitUnaryOperator(CParser.UnaryOperatorContext ctx)
Exit a parse tree produced by
CParser.unaryOperator(). |
Copyright © 2021 Markus Heberling. All rights reserved.