public class FloatLiteral extends Literal
| Constructor and Description | 
|---|
FloatLiteral(double value)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
accept(Visitor v)
accept the given visitor 
 | 
boolean | 
equals(Object o)  | 
Object | 
getLiteralValue()  | 
double | 
getValue()  | 
void | 
setValue(double d)  | 
String | 
toString()  | 
clone, getChildCount, getKindpublic double getValue()
public void setValue(double d)
public Object getLiteralValue()
getLiteralValue in class Literalpublic void accept(Visitor v)
PetalNodev - - the visitorCopyright © 2018 BITPlan GmbH. All rights reserved.