public final class IntegerLiteralExpr extends LiteralStringValueExpr
8934
0x01
022
0B10101010
99999999LNode.ObserverRegistrationMode, Node.ParsednessvalueABSOLUTE_BEGIN_LINE, ABSOLUTE_END_LINE, NODE_BY_BEGIN_POSITION, prettyPrinterNoCommentsConfiguration, SYMBOL_RESOLVER_KEY| Constructor and Description |
|---|
IntegerLiteralExpr() |
IntegerLiteralExpr(int value) |
IntegerLiteralExpr(String value) |
IntegerLiteralExpr(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.
|
int |
asInt() |
IntegerLiteralExpr |
asIntegerLiteralExpr() |
IntegerLiteralExpr |
clone() |
IntegerLiteralExprMetaModel |
getMetaModel() |
void |
ifIntegerLiteralExpr(Consumer<IntegerLiteralExpr> action) |
boolean |
isIntegerLiteralExpr() |
boolean |
remove(Node node) |
boolean |
replace(Node node,
Node replacementNode) |
IntegerLiteralExpr |
setInt(int value) |
asLiteralStringValueExpr, getValue, ifLiteralStringValueExpr, isLiteralStringValueExpr, setValueasLiteralExpr, ifLiteralExpr, isLiteralExprasAnnotationExpr, asArrayAccessExpr, asArrayCreationExpr, asArrayInitializerExpr, asAssignExpr, asBinaryExpr, asBooleanLiteralExpr, asCastExpr, asCharLiteralExpr, asClassExpr, asConditionalExpr, asDoubleLiteralExpr, asEnclosedExpr, asFieldAccessExpr, asInstanceOfExpr, asLambdaExpr, asLongLiteralExpr, asMarkerAnnotationExpr, asMethodCallExpr, asMethodReferenceExpr, asNameExpr, asNormalAnnotationExpr, asNullLiteralExpr, asObjectCreationExpr, asSingleMemberAnnotationExpr, asStringLiteralExpr, asSuperExpr, asThisExpr, asTypeExpr, asUnaryExpr, asVariableDeclarationExpr, ifAnnotationExpr, ifArrayAccessExpr, ifArrayCreationExpr, ifArrayInitializerExpr, ifAssignExpr, ifBinaryExpr, ifBooleanLiteralExpr, ifCastExpr, ifCharLiteralExpr, ifClassExpr, ifConditionalExpr, ifDoubleLiteralExpr, ifEnclosedExpr, ifFieldAccessExpr, ifInstanceOfExpr, ifLambdaExpr, ifLongLiteralExpr, ifMarkerAnnotationExpr, ifMethodCallExpr, ifMethodReferenceExpr, ifNameExpr, ifNormalAnnotationExpr, ifNullLiteralExpr, ifObjectCreationExpr, ifSingleMemberAnnotationExpr, ifStringLiteralExpr, ifSuperExpr, ifThisExpr, ifTypeExpr, ifUnaryExpr, ifVariableDeclarationExpr, isAnnotationExpr, isArrayAccessExpr, isArrayCreationExpr, isArrayInitializerExpr, isAssignExpr, isBinaryExpr, isBooleanLiteralExpr, isCastExpr, isCharLiteralExpr, isClassExpr, isConditionalExpr, isDoubleLiteralExpr, isEnclosedExpr, isFieldAccessExpr, isInstanceOfExpr, isLambdaExpr, isLongLiteralExpr, isMarkerAnnotationExpr, isMethodCallExpr, isMethodReferenceExpr, isNameExpr, isNormalAnnotationExpr, isNullLiteralExpr, isObjectCreationExpr, isSingleMemberAnnotationExpr, isStringLiteralExpr, isSuperExpr, isThisExpr, isTypeExpr, isUnaryExpr, isVariableDeclarationExpraddOrphanComment, containsData, customInitialization, equals, findCompilationUnit, findRootNode, getAllContainedComments, getChildNodes, getChildNodesByType, getComment, getData, getNodesByType, getOrphanComments, getParentNode, getParentNodeForChildren, getParsed, getRange, getSymbolResolver, getTokenRange, hasComment, hashCode, isRegistered, notifyPropertyChange, register, register, registerForSubtree, remove, removeComment, removeForced, removeOrphanComment, replace, setAsParentNodeOf, setAsParentNodeOf, setBlockComment, setComment, setData, setLineComment, setParentNode, setParsed, setRange, setTokenRange, toString, toString, tryAddImportToParentCompilationUnit, unregisterfinalize, getClass, notify, notifyAll, wait, wait, waitgetAncestorOfTypecontainsWithin, getBegin, getEnd, isPositionedAfter, isPositionedBeforepublic IntegerLiteralExpr()
public IntegerLiteralExpr(String value)
@Generated(value="com.github.javaparser.generator.core.node.MainConstructorGenerator") public IntegerLiteralExpr(TokenRange tokenRange, String value)
public IntegerLiteralExpr(int value)
public <R,A> R accept(GenericVisitor<R,A> v, A arg)
VisitableR - 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)
VisitableA - the type the argument passed for the visitorv - the visitor implementationarg - any value relevant for the visitor (of type A)@Generated(value="com.github.javaparser.generator.core.node.RemoveMethodGenerator") public boolean remove(Node node)
remove in class LiteralStringValueExprpublic int asInt()
public IntegerLiteralExpr setInt(int value)
@Generated(value="com.github.javaparser.generator.core.node.CloneGenerator") public IntegerLiteralExpr clone()
clone in class LiteralStringValueExpr@Generated(value="com.github.javaparser.generator.core.node.GetMetaModelGenerator") public IntegerLiteralExprMetaModel getMetaModel()
getMetaModel in class LiteralStringValueExpr@Generated(value="com.github.javaparser.generator.core.node.ReplaceMethodGenerator") public boolean replace(Node node, Node replacementNode)
replace in class LiteralStringValueExpr@Generated(value="com.github.javaparser.generator.core.node.TypeCastingGenerator") public boolean isIntegerLiteralExpr()
isIntegerLiteralExpr in class Expression@Generated(value="com.github.javaparser.generator.core.node.TypeCastingGenerator") public IntegerLiteralExpr asIntegerLiteralExpr()
asIntegerLiteralExpr in class Expression@Generated(value="com.github.javaparser.generator.core.node.TypeCastingGenerator") public void ifIntegerLiteralExpr(Consumer<IntegerLiteralExpr> action)
ifIntegerLiteralExpr in class ExpressionCopyright © 2007–2017. All rights reserved.