Package org.jruby.ast.java_signature
Class Annotation
java.lang.Object
org.jruby.ast.java_signature.Annotation
- All Implemented Interfaces:
AnnotationExpression
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T> T
accept
(AnnotationVisitor<T> visitor) Accept for the visitor pattern.getName()
boolean
modifiers and annotations can be mixed together in java signatures.toString()
-
Constructor Details
-
Annotation
-
-
Method Details
-
isAnnotation
public boolean isAnnotation()modifiers and annotations can be mixed together in java signatures. -
getName
-
getParameters
-
accept
Accept for the visitor pattern.- Specified by:
accept
in interfaceAnnotationExpression
- Parameters:
visitor
- the visitor
-
toString
-
toStringParameters
-