Package org.jruby.ast.java_signature
Interface AnnotationVisitor<T>
- Type Parameters:
T
- the type
public interface AnnotationVisitor<T>
Visitor interface to be implemented by visitors of the Annotation AST.
each node will call the visit method appropriate to its type.
- Author:
- Patrick Plenefisch
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionannotation
(Annotation annotation) annotation_array
(ArrayAnnotationExpression arrayAnnotationExpression) char_literal
(CharacterLiteral characterLiteral) For all literals that don't need extra type processing or parsing (String, bool)number_literal
(NumberLiteral numberLiteral)
-
Method Details
-
annotation
-
annotation_array
-
literal
For all literals that don't need extra type processing or parsing (String, bool) -
number_literal
-
char_literal
-
type
-