public class LongLiteral extends Literal
Modifier and Type | Field and Description |
---|---|
protected String |
value
Textual representation of the value.
|
Constructor and Description |
---|
LongLiteral(ExtList children,
String value)
Long literal.
|
LongLiteral(long value)
Long literal.
|
LongLiteral(String value)
Long literal.
|
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.
|
int |
hashCode() |
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, match
getComments, prettyPrintMain, reuseSignature
getEndPosition, getFirstElement, getFirstElementIncludingBlocks, getLastElement, getParentClass, getPositionInfo, getRelativePosition, getStartPosition, setParentClass, toSource, toString, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getComments
getEndPosition, getFirstElement, getFirstElementIncludingBlocks, getLastElement, getPositionInfo, getRelativePosition, getStartPosition
protected final String value
public LongLiteral(long value)
value
- a long value.public LongLiteral(ExtList children, String value)
children
- a list with children(comments)value
- a string.public LongLiteral(String value)
value
- a string.public boolean equalsModRenaming(SourceElement o, NameAbstractionTable nat)
equalsModRenaming
in interface SourceElement
equalsModRenaming
in class JavaProgramElement
public int hashCode()
hashCode
in class JavaProgramElement
public boolean equals(Object o)
equals
in class JavaProgramElement
public String getValue()
public void visit(Visitor v)
v
- the Visitorpublic void prettyPrint(PrettyPrinter p) throws IOException
JavaSourceElement
prettyPrint
in interface SourceElement
prettyPrint
in class JavaProgramElement
p
- a pretty printer.IOException
- occasionally thrown.public KeYJavaType getKeYJavaType(Services javaServ)
Literal
getKeYJavaType
in class Literal
javaServ
- the Services offering access to the Java modelpublic Name getLDTName()
getLDTName
in class Literal