public class DoubleLiteral extends Literal
Constructor and Description |
---|
DoubleLiteral(NodeLocation location,
String value) |
DoubleLiteral(String value) |
Modifier and Type | Method and Description |
---|---|
<R,C> R |
accept(AstVisitor<R,C> visitor,
C context)
Accessible for
AstVisitor , use AstVisitor.process(Node, Object) instead. |
boolean |
equals(Object o) |
double |
getValue() |
int |
hashCode() |
getChildren
toString
getLocation
public DoubleLiteral(String value)
public DoubleLiteral(NodeLocation location, String value)
public double getValue()
public <R,C> R accept(AstVisitor<R,C> visitor, C context)
Expression
AstVisitor
, use AstVisitor.process(Node, Object)
instead.Copyright © 2012–2020. All rights reserved.