public class LongLiteralExpr extends LiteralStringValueExpr
8934l
0x01L
022l
0B10101010L
99999999L
Node.BreadthFirstIterator, Node.DirectChildrenIterator, Node.ObserverRegistrationMode, Node.ParentsVisitor, Node.Parsedness, Node.PostOrderIterator, Node.PreOrderIterator, Node.TreeTraversal
Modifier and Type | Field and Description |
---|---|
static BigInteger |
MAX_63_BIT_UNSIGNED_VALUE_AS_BIG_INTEGER |
static String |
MAX_63_BIT_UNSIGNED_VALUE_AS_STRING |
value
EXCLUDE_ENCLOSED_EXPR, IS_NOT_ENCLOSED_EXPR
ABSOLUTE_BEGIN_LINE, ABSOLUTE_END_LINE, LINE_SEPARATOR_KEY, NODE_BY_BEGIN_POSITION, PHANTOM_KEY, prettyPrinterNoCommentsConfiguration, PRINTER_KEY, SYMBOL_RESOLVER_KEY
Constructor and Description |
---|
LongLiteralExpr() |
LongLiteralExpr(long value)
Deprecated.
This function is deprecated in favor of
LongLiteralExpr(String) . Please refer to the asNumber() function for valid formats and how to construct literals holding negative values. |
LongLiteralExpr(String value) |
LongLiteralExpr(TokenRange tokenRange,
String value)
This constructor is used by the parser and is considered private.
|
Modifier and Type | Method and Description |
---|---|
<R,A> R |
accept(GenericVisitor<R,A> v,
A arg)
Accept method for visitor support.
|
<A> void |
accept(VoidVisitor<A> v,
A arg)
Accept method for visitor support.
|
long |
asLong()
Deprecated.
This function has issues with corner cases, such as 9223372036854775808L, so please use
asNumber() . It will be made private or merged with asNumber() in future
releases |
LongLiteralExpr |
asLongLiteralExpr() |
Number |
asNumber()
This function returns a representation of the literal value as a number.
|
LongLiteralExpr |
clone() |
LongLiteralExprMetaModel |
getMetaModel() |
void |
ifLongLiteralExpr(Consumer<LongLiteralExpr> action) |
boolean |
isLongLiteralExpr() |
LongLiteralExpr |
setLong(long value)
Deprecated.
This function is deprecated in favor of
LiteralStringValueExpr.setValue(String) . Please refer to the asNumber() function for valid formats and how to construct literals holding negative values. |
Optional<LongLiteralExpr> |
toLongLiteralExpr() |
asLiteralStringValueExpr, getValue, ifLiteralStringValueExpr, isLiteralStringValueExpr, setValue, toLiteralStringValueExpr
asLiteralExpr, ifLiteralExpr, isLiteralExpr, toLiteralExpr
appearsInAssignmentContext, appearsInInvocationContext, asAnnotationExpr, asArrayAccessExpr, asArrayCreationExpr, asArrayInitializerExpr, asAssignExpr, asBinaryExpr, asBooleanLiteralExpr, asCastExpr, asCharLiteralExpr, asClassExpr, asConditionalExpr, asDoubleLiteralExpr, asEnclosedExpr, asFieldAccessExpr, asInstanceOfExpr, asIntegerLiteralExpr, asLambdaExpr, asMarkerAnnotationExpr, asMethodCallExpr, asMethodReferenceExpr, asNameExpr, asNormalAnnotationExpr, asNullLiteralExpr, asObjectCreationExpr, asPatternExpr, asSingleMemberAnnotationExpr, asStringLiteralExpr, asSuperExpr, asSwitchExpr, asTextBlockLiteralExpr, asThisExpr, asTypeExpr, asUnaryExpr, asVariableDeclarationExpr, calculateResolvedType, elidesTypeArguments, ifAnnotationExpr, ifArrayAccessExpr, ifArrayCreationExpr, ifArrayInitializerExpr, ifAssignExpr, ifBinaryExpr, ifBooleanLiteralExpr, ifCastExpr, ifCharLiteralExpr, ifClassExpr, ifConditionalExpr, ifDoubleLiteralExpr, ifEnclosedExpr, ifFieldAccessExpr, ifInstanceOfExpr, ifIntegerLiteralExpr, ifLambdaExpr, ifMarkerAnnotationExpr, ifMethodCallExpr, ifMethodReferenceExpr, ifNameExpr, ifNormalAnnotationExpr, ifNullLiteralExpr, ifObjectCreationExpr, ifPatternExpr, ifSingleMemberAnnotationExpr, ifStringLiteralExpr, ifSuperExpr, ifSwitchExpr, ifTextBlockLiteralExpr, ifThisExpr, ifTypeExpr, ifUnaryExpr, ifVariableDeclarationExpr, isAnnotationExpr, isArrayAccessExpr, isArrayCreationExpr, isArrayInitializerExpr, isAssignExpr, isAssignmentContext, isBinaryExpr, isBooleanLiteralExpr, isCastExpr, isCharLiteralExpr, isClassExpr, isConditionalExpr, isDoubleLiteralExpr, isEnclosedExpr, isFieldAccessExpr, isInstanceOfExpr, isIntegerLiteralExpr, isInvocationContext, isLambdaExpr, isMarkerAnnotationExpr, isMethodCallExpr, isMethodReferenceExpr, isNameExpr, isNormalAnnotationExpr, isNullLiteralExpr, isObjectCreationExpr, isPatternExpr, isPolyExpression, isQualified, isSingleMemberAnnotationExpr, isStandaloneExpression, isStringLiteralExpr, isSuperExpr, isSwitchExpr, isTextBlockLiteralExpr, isThisExpr, isTypeExpr, isUnaryExpr, isVariableDeclarationExpr, toAnnotationExpr, toArrayAccessExpr, toArrayCreationExpr, toArrayInitializerExpr, toAssignExpr, toBinaryExpr, toBooleanLiteralExpr, toCastExpr, toCharLiteralExpr, toClassExpr, toConditionalExpr, toDoubleLiteralExpr, toEnclosedExpr, toFieldAccessExpr, toInstanceOfExpr, toIntegerLiteralExpr, toLambdaExpr, toMarkerAnnotationExpr, toMethodCallExpr, toMethodReferenceExpr, toNameExpr, toNormalAnnotationExpr, toNullLiteralExpr, toObjectCreationExpr, toPatternExpr, toSingleMemberAnnotationExpr, toStringLiteralExpr, toSuperExpr, toSwitchExpr, toTextBlockLiteralExpr, toThisExpr, toTypeExpr, toUnaryExpr, toVariableDeclarationExpr
addOrphanComment, containsData, createDefaultPrinter, createDefaultPrinter, customInitialization, equals, findAll, findAll, findAll, findCompilationUnit, findFirst, findFirst, findFirst, findRootNode, getAllContainedComments, getChildNodes, getChildNodesByType, getComment, getData, getDataKeys, getDefaultPrinterConfiguration, getLineEndingStyle, getLineEndingStyleOrDefault, getNodesByType, getOrphanComments, getParentNode, getParentNodeForChildren, getParsed, getPrinter, getPrinter, getRange, getSymbolResolver, getTokenRange, hashCode, hasScope, isAncestorOf, isPhantom, isRegistered, notifyPropertyChange, register, register, registerForSubtree, remove, remove, removeComment, removeData, removeForced, removeOrphanComment, replace, replace, setAsParentNodeOf, setAsParentNodeOf, setBlockComment, setComment, setData, setLineComment, setParentNode, setParsed, setRange, setTokenRange, stream, stream, toString, toString, tryAddImportToParentCompilationUnit, unregister, walk, walk, walk
finalize, getClass, notify, notifyAll, wait, wait, wait
findAncestor, findAncestor, findAncestor, hasParentNode, isDescendantOf
containsWithin, containsWithinRange, getBegin, getEnd, hasRange
public static final String MAX_63_BIT_UNSIGNED_VALUE_AS_STRING
public static final BigInteger MAX_63_BIT_UNSIGNED_VALUE_AS_BIG_INTEGER
public LongLiteralExpr()
public LongLiteralExpr(String value)
public LongLiteralExpr(TokenRange tokenRange, String value)
@Deprecated public LongLiteralExpr(long value)
LongLiteralExpr(String)
. Please refer to the asNumber()
function for valid formats and how to construct literals holding negative values.public <R,A> R accept(GenericVisitor<R,A> v, A arg)
Visitable
R
- the type of the return value of the visitorA
- the type the user argument passed to the visitorv
- the visitor implementationarg
- the argument passed to the visitor (of type A)public <A> void accept(VoidVisitor<A> v, A arg)
Visitable
A
- the type the argument passed for the visitorv
- the visitor implementationarg
- any value relevant for the visitor (of type A)@Deprecated public long asLong()
asNumber()
. It will be made private or merged with asNumber()
in future
releasespublic Number asNumber()
9223372036854775808L
. This special literal is only allowed in
the expression -9223372036854775808L
which represents Long.MIN_VALUE
). However
9223372036854775808 (2^63) is out of range of long, which is -(2^63) to (2^63)-1 and thus a BigInteger must be
returned.
Note, that this function will NOT return a negative number if the literal was specified in decimal, since
according to the language specification (chapter 3.10.1) an expression such as -1L
is represented by
a unary * expression with a minus operator and the literal 1L
. It is however possible to represent
negative * numbers in a literal directly, i.e. by using the binary or hexadecimal representation. For example
0xffff_ffff_ffff_ffffL
represents the value -1L
.
@Deprecated public LongLiteralExpr setLong(long value)
LiteralStringValueExpr.setValue(String)
. Please refer to the asNumber()
function for valid formats and how to construct literals holding negative values.public LongLiteralExpr clone()
clone
in class LiteralStringValueExpr
public LongLiteralExprMetaModel getMetaModel()
getMetaModel
in class LiteralStringValueExpr
public boolean isLongLiteralExpr()
isLongLiteralExpr
in class Expression
public LongLiteralExpr asLongLiteralExpr()
asLongLiteralExpr
in class Expression
public void ifLongLiteralExpr(Consumer<LongLiteralExpr> action)
ifLongLiteralExpr
in class Expression
public Optional<LongLiteralExpr> toLongLiteralExpr()
toLongLiteralExpr
in class Expression
Copyright © 2007–2024. All rights reserved.