public final class BigintLiteral 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 |
|---|
BigintLiteral() |
BigintLiteral(BigInteger value) |
BigintLiteral(int value) |
BigintLiteral(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 BigintLiteral(int value)
public BigintLiteral(String value)
public BigintLiteral(BigInteger value)
public BigintLiteral()
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()