| Modifier and Type | Method and Description |
|---|---|
ApexParser.AnnotationContext |
ApexParser.annotation() |
ApexParser.AnnotationContext |
ApexParser.ModifierContext.annotation() |
ApexParser.AnnotationContext |
ApexParser.ElementValueContext.annotation() |
| Modifier and Type | Method and Description |
|---|---|
void |
ApexParserListener.enterAnnotation(ApexParser.AnnotationContext ctx)
Enter a parse tree produced by
ApexParser.annotation(). |
void |
ApexParserBaseListener.enterAnnotation(ApexParser.AnnotationContext ctx)
Enter a parse tree produced by
ApexParser.annotation(). |
void |
ApexParserListener.exitAnnotation(ApexParser.AnnotationContext ctx)
Exit a parse tree produced by
ApexParser.annotation(). |
void |
ApexParserBaseListener.exitAnnotation(ApexParser.AnnotationContext ctx)
Exit a parse tree produced by
ApexParser.annotation(). |
T |
ApexParserVisitor.visitAnnotation(ApexParser.AnnotationContext ctx)
Visit a parse tree produced by
ApexParser.annotation(). |
T |
ApexParserBaseVisitor.visitAnnotation(ApexParser.AnnotationContext ctx)
Visit a parse tree produced by
ApexParser.annotation(). |
Copyright © 2022. All rights reserved.