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> Taccept(AnnotationVisitor<T> visitor) Accept for the visitor pattern.booleanisFloat()toString()
-
Constructor Details
-
NumberLiteral
-
-
Method Details
-
isFloat
public boolean isFloat() -
getLiteral
- Specified by:
getLiteralin interfaceLiteral
-
accept
Accept for the visitor pattern.- Specified by:
acceptin interfaceAnnotationExpression- Parameters:
visitor- the visitor
-
toString
-