Package | Description |
---|---|
com.github.javaparser.ast.expr | |
com.github.javaparser.ast.validator.chunks | |
com.github.javaparser.ast.visitor | |
com.github.javaparser.printer |
Modifier and Type | Method and Description |
---|---|
IntegerLiteralExpr |
Expression.asIntegerLiteralExpr() |
IntegerLiteralExpr |
IntegerLiteralExpr.asIntegerLiteralExpr() |
IntegerLiteralExpr |
IntegerLiteralExpr.clone() |
IntegerLiteralExpr |
IntegerLiteralExpr.setInt(int value) |
Modifier and Type | Method and Description |
---|---|
Optional<IntegerLiteralExpr> |
Expression.toIntegerLiteralExpr() |
Optional<IntegerLiteralExpr> |
IntegerLiteralExpr.toIntegerLiteralExpr() |
Modifier and Type | Method and Description |
---|---|
void |
Expression.ifIntegerLiteralExpr(Consumer<IntegerLiteralExpr> action) |
void |
IntegerLiteralExpr.ifIntegerLiteralExpr(Consumer<IntegerLiteralExpr> action) |
Modifier and Type | Method and Description |
---|---|
void |
NoBinaryIntegerLiteralsValidator.visit(IntegerLiteralExpr n,
ProblemReporter arg) |
void |
NoUnderscoresInIntegerLiteralsValidator.visit(IntegerLiteralExpr n,
ProblemReporter arg) |
Modifier and Type | Method and Description |
---|---|
R |
GenericVisitorAdapter.visit(IntegerLiteralExpr n,
A arg) |
void |
VoidVisitorWithDefaults.visit(IntegerLiteralExpr n,
A arg) |
R |
GenericVisitor.visit(IntegerLiteralExpr n,
A arg) |
List<R> |
GenericListVisitorAdapter.visit(IntegerLiteralExpr n,
A arg) |
void |
VoidVisitor.visit(IntegerLiteralExpr n,
A arg) |
R |
GenericVisitorWithDefaults.visit(IntegerLiteralExpr n,
A arg) |
Visitable |
ModifierVisitor.visit(IntegerLiteralExpr n,
A arg) |
void |
VoidVisitorAdapter.visit(IntegerLiteralExpr n,
A arg) |
Visitable |
CloneVisitor.visit(IntegerLiteralExpr n,
Object arg) |
Boolean |
EqualsVisitor.visit(IntegerLiteralExpr n,
Visitable arg) |
Boolean |
ObjectIdentityEqualsVisitor.visit(IntegerLiteralExpr n,
Visitable arg) |
Boolean |
NoCommentEqualsVisitor.visit(IntegerLiteralExpr n,
Visitable arg) |
Integer |
ObjectIdentityHashCodeVisitor.visit(IntegerLiteralExpr n,
Void arg) |
Integer |
NoCommentHashCodeVisitor.visit(IntegerLiteralExpr n,
Void arg) |
Integer |
HashCodeVisitor.visit(IntegerLiteralExpr n,
Void arg) |
Modifier and Type | Method and Description |
---|---|
void |
PrettyPrintVisitor.visit(IntegerLiteralExpr n,
Void arg) |
Copyright © 2007–2018. All rights reserved.