public final class RealLiteral extends Literal implements KeYRecoderExtension
ProgramElement.TreeStructureSourceElement.Position| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID |
private String |
value |
expressionParentcommentsfactorySTRUCTURAL_EQUALITY, STRUCTURAL_HASH_CODE| Constructor and Description |
|---|
RealLiteral() |
RealLiteral(BigDecimal value) |
RealLiteral(ExtList el) |
RealLiteral(int value) |
RealLiteral(String value) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(SourceVisitor arg0) |
Expression |
deepClone() |
boolean |
equals(Object o) |
Object |
getEquivalentJavaType() |
String |
getValue() |
int |
hashCode() |
String |
toString() |
getASTParent, getExpressionContainer, setExpressionContainergetComments, setComments, validategetEndPosition, getFactory, getFirstElement, getLastElement, getRelativePosition, getStartPosition, setEndPosition, setRelativePosition, setStartPosition, toSourceclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetComments, setCommentsgetEndPosition, getFactory, getFirstElement, getLastElement, getRelativePosition, getStartPosition, setEndPosition, setRelativePosition, setStartPosition, toSourcevalidateprivate static final long serialVersionUID
private String value
public RealLiteral(int value)
public RealLiteral(String value)
public RealLiteral(BigDecimal value)
public RealLiteral()
public RealLiteral(ExtList el)
public Object getEquivalentJavaType()
getEquivalentJavaType in class Literalpublic Expression deepClone()
deepClone in interface ExpressiondeepClone in interface SourceElementpublic void accept(SourceVisitor arg0)
accept in interface SourceElementpublic String getValue()