Package com.github.javaparser.ast.expr
Class IntegerLiteralExpr
java.lang.Object
com.github.javaparser.ast.Node
com.github.javaparser.ast.expr.Expression
com.github.javaparser.ast.expr.LiteralExpr
com.github.javaparser.ast.expr.LiteralStringValueExpr
com.github.javaparser.ast.expr.IntegerLiteralExpr
- All Implemented Interfaces:
NodeWithRange<Node>,NodeWithTokenRange<Node>,Observable,Visitable,HasParentNode<Node>,Cloneable
All ways to specify an int literal.
89340x010220B10101010
- Author:
- Julio Vilmar Gesser
-
Nested Class Summary
Nested classes/interfaces inherited from class com.github.javaparser.ast.Node
Node.BreadthFirstIterator, Node.DirectChildrenIterator, Node.ObserverRegistrationMode, Node.ParentsVisitor, Node.Parsedness, Node.PostOrderIterator, Node.PreOrderIterator, Node.TreeTraversal -
Field Summary
FieldsFields inherited from class com.github.javaparser.ast.expr.LiteralStringValueExpr
valueFields inherited from class com.github.javaparser.ast.Node
ABSOLUTE_BEGIN_LINE, ABSOLUTE_END_LINE, LINE_SEPARATOR_KEY, NODE_BY_BEGIN_POSITION, PHANTOM_KEY, prettyPrinterNoCommentsConfiguration, PRINTER_KEY, SYMBOL_RESOLVER_KEY -
Constructor Summary
ConstructorsConstructorDescriptionIntegerLiteralExpr(int value)Deprecated.IntegerLiteralExpr(TokenRange tokenRange, String value)This constructor is used by the parser and is considered private.IntegerLiteralExpr(String value) -
Method Summary
Modifier and TypeMethodDescription<R, A> Raccept(GenericVisitor<R,A> v, A arg)Accept method for visitor support.<A> voidaccept(VoidVisitor<A> v, A arg)Accept method for visitor support.intasInt()Deprecated.This function has issues with corner cases, such as 2147483648, so please useasNumber().asNumber()This function returns a representation of the literal value as a number.clone()voidifIntegerLiteralExpr(Consumer<IntegerLiteralExpr> action)booleanbooleanbooleansetInt(int value)Deprecated.This function is deprecated in favor ofLiteralStringValueExpr.setValue(String).Methods inherited from class com.github.javaparser.ast.expr.LiteralStringValueExpr
asLiteralStringValueExpr, getValue, ifLiteralStringValueExpr, isLiteralStringValueExpr, setValue, toLiteralStringValueExprMethods inherited from class com.github.javaparser.ast.expr.LiteralExpr
asLiteralExpr, ifLiteralExpr, isLiteralExpr, toLiteralExprMethods inherited from class com.github.javaparser.ast.expr.Expression
appearsInAssignmentContext, appearsInInvocationContext, asAnnotationExpr, asArrayAccessExpr, asArrayCreationExpr, asArrayInitializerExpr, asAssignExpr, asBinaryExpr, asBooleanLiteralExpr, asCastExpr, asCharLiteralExpr, asClassExpr, asConditionalExpr, asDoubleLiteralExpr, asEnclosedExpr, asFieldAccessExpr, asInstanceOfExpr, asLambdaExpr, asLongLiteralExpr, 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, ifLambdaExpr, ifLongLiteralExpr, 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, isInvocationContext, isLambdaExpr, isLongLiteralExpr, 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, toLambdaExpr, toLongLiteralExpr, toMarkerAnnotationExpr, toMethodCallExpr, toMethodReferenceExpr, toNameExpr, toNormalAnnotationExpr, toNullLiteralExpr, toObjectCreationExpr, toPatternExpr, toSingleMemberAnnotationExpr, toStringLiteralExpr, toSuperExpr, toSwitchExpr, toTextBlockLiteralExpr, toThisExpr, toTypeExpr, toUnaryExpr, toVariableDeclarationExprMethods inherited from class com.github.javaparser.ast.Node
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, removeComment, removeData, removeForced, removeOrphanComment, replace, setAsParentNodeOf, setAsParentNodeOf, setBlockComment, setComment, setData, setLineComment, setParentNode, setParsed, setRange, setTokenRange, stream, stream, toString, toString, tryAddImportToParentCompilationUnit, unregister, walk, walk, walkMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.github.javaparser.HasParentNode
findAncestor, findAncestor, hasParentNode, isDescendantOfMethods inherited from interface com.github.javaparser.ast.nodeTypes.NodeWithRange
containsWithin, containsWithinRange, getBegin, getEnd, hasRange
-
Field Details
-
MAX_31_BIT_UNSIGNED_VALUE_AS_STRING
- See Also:
- Constant Field Values
-
MAX_31_BIT_UNSIGNED_VALUE_AS_LONG
public static final long MAX_31_BIT_UNSIGNED_VALUE_AS_LONG- See Also:
- Constant Field Values
-
-
Constructor Details
-
IntegerLiteralExpr
public IntegerLiteralExpr() -
IntegerLiteralExpr
-
IntegerLiteralExpr
This constructor is used by the parser and is considered private. -
IntegerLiteralExpr
Deprecated.This function is deprecated in favor ofIntegerLiteralExpr(String). Please refer to theasNumber()function for valid formats and how to construct literals holding negative values.
-
-
Method Details
-
accept
Description copied from interface:VisitableAccept method for visitor support.- Type Parameters:
R- the type of the return value of the visitorA- the type the user argument passed to the visitor- Parameters:
v- the visitor implementationarg- the argument passed to the visitor (of type A)- Returns:
- the result of the visit (of type R)
-
accept
Description copied from interface:VisitableAccept method for visitor support.- Type Parameters:
A- the type the argument passed for the visitor- Parameters:
v- the visitor implementationarg- any value relevant for the visitor (of type A)
-
remove
- Overrides:
removein classLiteralStringValueExpr
-
asInt
Deprecated.This function has issues with corner cases, such as 2147483648, so please useasNumber(). It will be made private or merged withasNumber()in future releases- Returns:
- the literal value as an integer while respecting different number representations
-
asNumber
This function returns a representation of the literal value as a number. This will return an integer, except for the case when the literal has the value2147483648. This special literal is only allowed in the expression-2147483648which representsInteger.MIN_VALUE). However 2147483648 (2^31) is out of range of int, which is -(2^31) to (2^31)-1 and thus a long 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
-1is represented by a unary expression with a minus operator and the literal1. It is however possible to represent negative numbers in a literal directly, i.e. by using the binary or hexadecimal representation. For example0xffff_ffffrepresents the value-1.- Returns:
- the literal value as a number while respecting different number representations
-
setInt
Deprecated.This function is deprecated in favor ofLiteralStringValueExpr.setValue(String). Please refer to theasNumber()function for valid formats and how to construct literals holding negative values. -
clone
- Overrides:
clonein classLiteralStringValueExpr
-
getMetaModel
- Overrides:
getMetaModelin classLiteralStringValueExpr- Returns:
- get JavaParser specific node introspection information.
-
replace
- Overrides:
replacein classLiteralStringValueExpr
-
isIntegerLiteralExpr
public boolean isIntegerLiteralExpr()- Overrides:
isIntegerLiteralExprin classExpression
-
asIntegerLiteralExpr
- Overrides:
asIntegerLiteralExprin classExpression
-
ifIntegerLiteralExpr
- Overrides:
ifIntegerLiteralExprin classExpression
-
toIntegerLiteralExpr
- Overrides:
toIntegerLiteralExprin classExpression
-
IntegerLiteralExpr(String).