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