public interface AnnotationVisitor<T>
Annotation| Modifier and Type | Method and Description |
|---|---|
T |
annotation_array(ArrayAnnotationExpression arrayAnnotationExpression) |
T |
annotation(Annotation annotation) |
T |
char_literal(CharacterLiteral characterLiteral) |
T |
literal(Literal literal)
For all literals that don't need extra type processing or parsing (String, bool)
|
T |
number_literal(NumberLiteral numberLiteral) |
T |
type(TypeNode typeNode) |
T annotation(Annotation annotation)
T annotation_array(ArrayAnnotationExpression arrayAnnotationExpression)
T literal(Literal literal)
T number_literal(NumberLiteral numberLiteral)
T char_literal(CharacterLiteral characterLiteral)
Copyright © 2001-2022 JRuby. All Rights Reserved.