Uses of Class
com.github.javaparser.ast.expr.IntegerLiteralExpr
-
-
Uses of IntegerLiteralExpr in com.github.javaparser.ast.expr
Methods in com.github.javaparser.ast.expr that return IntegerLiteralExpr Modifier and Type Method Description IntegerLiteralExpr
Expression. asIntegerLiteralExpr()
IntegerLiteralExpr
IntegerLiteralExpr. asIntegerLiteralExpr()
IntegerLiteralExpr
IntegerLiteralExpr. clone()
IntegerLiteralExpr
IntegerLiteralExpr. setInt(int value)
Deprecated.This function is deprecated in favor ofLiteralStringValueExpr.setValue(String)
.Methods in com.github.javaparser.ast.expr that return types with arguments of type IntegerLiteralExpr Modifier and Type Method Description Optional<IntegerLiteralExpr>
Expression. toIntegerLiteralExpr()
Optional<IntegerLiteralExpr>
IntegerLiteralExpr. toIntegerLiteralExpr()
Method parameters in com.github.javaparser.ast.expr with type arguments of type IntegerLiteralExpr Modifier and Type Method Description void
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 IntegerLiteralExpr Modifier and Type Method Description void
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 IntegerLiteralExpr Modifier and Type Method Description Visitable
CloneVisitor. visit(IntegerLiteralExpr n, Object arg)
Boolean
EqualsVisitor. visit(IntegerLiteralExpr n, Visitable arg)
List<R>
GenericListVisitorAdapter. visit(IntegerLiteralExpr n, A arg)
R
GenericVisitor. visit(IntegerLiteralExpr n, A arg)
R
GenericVisitorAdapter. visit(IntegerLiteralExpr n, A arg)
R
GenericVisitorWithDefaults. visit(IntegerLiteralExpr n, A arg)
Integer
HashCodeVisitor. visit(IntegerLiteralExpr n, Void arg)
Visitable
ModifierVisitor. visit(IntegerLiteralExpr n, A arg)
Boolean
NoCommentEqualsVisitor. visit(IntegerLiteralExpr n, Visitable arg)
Integer
NoCommentHashCodeVisitor. visit(IntegerLiteralExpr n, Void arg)
void
NodeFinderVisitor. visit(IntegerLiteralExpr n, Range arg)
Boolean
ObjectIdentityEqualsVisitor. visit(IntegerLiteralExpr n, Visitable arg)
Integer
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 IntegerLiteralExpr Modifier and Type Method Description void
DefaultPrettyPrinterVisitor. visit(IntegerLiteralExpr n, Void arg)
void
PrettyPrintVisitor. visit(IntegerLiteralExpr n, Void arg)
Deprecated.
-