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