Uses of Class
com.github.javaparser.ast.expr.IntegerLiteralExpr
Packages that use IntegerLiteralExpr
Package
Description
Implementation of model based on JavaParser.
-
Uses of IntegerLiteralExpr in com.github.javaparser.ast.expr
Methods in com.github.javaparser.ast.expr that return IntegerLiteralExprModifier and TypeMethodDescriptionExpression.asIntegerLiteralExpr()
IntegerLiteralExpr.asIntegerLiteralExpr()
IntegerLiteralExpr.clone()
IntegerLiteralExpr.setInt
(int value) Deprecated.Methods in com.github.javaparser.ast.expr that return types with arguments of type IntegerLiteralExprModifier and TypeMethodDescriptionExpression.toIntegerLiteralExpr()
IntegerLiteralExpr.toIntegerLiteralExpr()
Method parameters in com.github.javaparser.ast.expr with type arguments of type IntegerLiteralExprModifier and TypeMethodDescriptionvoid
Expression.ifIntegerLiteralExpr
(Consumer<IntegerLiteralExpr> action) void
IntegerLiteralExpr.ifIntegerLiteralExpr
(Consumer<IntegerLiteralExpr> action) -
Uses of IntegerLiteralExpr in com.github.javaparser.ast.validator.language_level_validations.chunks
Methods in com.github.javaparser.ast.validator.language_level_validations.chunks with parameters of type IntegerLiteralExprModifier and TypeMethodDescriptionvoid
NoBinaryIntegerLiteralsValidator.visit
(IntegerLiteralExpr n, ProblemReporter arg) void
NoUnderscoresInIntegerLiteralsValidator.visit
(IntegerLiteralExpr n, ProblemReporter arg) -
Uses of IntegerLiteralExpr in com.github.javaparser.ast.visitor
Methods in com.github.javaparser.ast.visitor with parameters of type IntegerLiteralExprModifier and TypeMethodDescriptionCloneVisitor.visit
(IntegerLiteralExpr n, Object arg) EqualsVisitor.visit
(IntegerLiteralExpr n, Visitable arg) GenericListVisitorAdapter.visit
(IntegerLiteralExpr n, A arg) GenericVisitor.visit
(IntegerLiteralExpr n, A arg) GenericVisitorAdapter.visit
(IntegerLiteralExpr n, A arg) GenericVisitorWithDefaults.visit
(IntegerLiteralExpr n, A arg) HashCodeVisitor.visit
(IntegerLiteralExpr n, Void arg) ModifierVisitor.visit
(IntegerLiteralExpr n, A arg) NoCommentEqualsVisitor.visit
(IntegerLiteralExpr n, Visitable arg) NoCommentHashCodeVisitor.visit
(IntegerLiteralExpr n, Void arg) void
NodeFinderVisitor.visit
(IntegerLiteralExpr n, Range arg) ObjectIdentityEqualsVisitor.visit
(IntegerLiteralExpr n, Visitable arg) ObjectIdentityHashCodeVisitor.visit
(IntegerLiteralExpr n, Void arg) void
VoidVisitor.visit
(IntegerLiteralExpr n, A arg) void
VoidVisitorAdapter.visit
(IntegerLiteralExpr n, A arg) void
VoidVisitorWithDefaults.visit
(IntegerLiteralExpr n, A arg) -
Uses of IntegerLiteralExpr in com.github.javaparser.printer
Methods in com.github.javaparser.printer with parameters of type IntegerLiteralExprModifier and TypeMethodDescriptionvoid
DefaultPrettyPrinterVisitor.visit
(IntegerLiteralExpr n, Void arg) void
PrettyPrintVisitor.visit
(IntegerLiteralExpr n, Void arg) Deprecated. -
Uses of IntegerLiteralExpr in com.github.javaparser.symbolsolver.javaparsermodel
Methods in com.github.javaparser.symbolsolver.javaparsermodel with parameters of type IntegerLiteralExprModifier and TypeMethodDescriptionDefaultVisitorAdapter.visit
(IntegerLiteralExpr node, Boolean aBoolean) TypeExtractor.visit
(IntegerLiteralExpr node, Boolean solveLambdas)
LiteralStringValueExpr.setValue(String)
.