Package org.jruby.ast.java_signature
Class ArrayAnnotationExpression
java.lang.Object
org.jruby.ast.java_signature.ArrayAnnotationExpression
- All Implemented Interfaces:
AnnotationExpression
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T> T
accept
(AnnotationVisitor<T> visitor) Accept for the visitor pattern.toString()
-
Constructor Details
-
ArrayAnnotationExpression
-
-
Method Details
-
getExpressions
-
accept
Accept for the visitor pattern.- Specified by:
accept
in interfaceAnnotationExpression
- Parameters:
visitor
- the visitor
-
toString
-