public final class BigintLiteral extends Literal
| Modifier and Type | Field and Description |
|---|---|
private String |
value
Textual representation of the value.
|
| Constructor and Description |
|---|
BigintLiteral() |
BigintLiteral(BigInteger value) |
BigintLiteral(ExtList children)
Constructor for the transformation of COMPOST ASTs to KeY.
|
BigintLiteral(ExtList children,
String value)
Constructor for Recoder2KeY transformation.
|
BigintLiteral(int value) |
BigintLiteral(String value) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
boolean |
equalsModRenaming(SourceElement o,
NameAbstractionTable nat)
tests if equals
|
KeYJavaType |
getKeYJavaType(Services javaServ)
retrieves the literal's type
|
Name |
getLDTName() |
String |
getValue()
Get value.
|
void |
prettyPrint(PrettyPrinter p)
Pretty printing the source element.
|
void |
visit(Visitor v)
calls the corresponding method of a visitor in order to
perform some action/transformation on this element
|
getKeYJavaType, matchgetComments, hashCode, prettyPrintMain, reuseSignaturegetEndPosition, getFirstElement, getFirstElementIncludingBlocks, getLastElement, getParentClass, getPositionInfo, getRelativePosition, getStartPosition, setParentClass, toSource, toString, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetCommentsgetEndPosition, getFirstElement, getFirstElementIncludingBlocks, getLastElement, getPositionInfo, getRelativePosition, getStartPositionprivate String value
public BigintLiteral()
public BigintLiteral(int value)
public BigintLiteral(String value)
public BigintLiteral(BigInteger value)
public BigintLiteral(ExtList children)
children - the children of this AST element as KeY classes.
May contain: Commentspublic String getValue()
public boolean equalsModRenaming(SourceElement o, NameAbstractionTable nat)
equalsModRenaming in interface SourceElementequalsModRenaming in class JavaProgramElementpublic boolean equals(Object o)
equals in class JavaProgramElementpublic void visit(Visitor v)
v - the Visitorpublic void prettyPrint(PrettyPrinter p) throws IOException
JavaSourceElementprettyPrint in interface SourceElementprettyPrint in class JavaProgramElementp - a pretty printer.IOException - occasionally thrown.public KeYJavaType getKeYJavaType(Services javaServ)
LiteralgetKeYJavaType in class LiteraljavaServ - the Services offering access to the Java modelpublic Name getLDTName()
getLDTName in class Literal