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 | Description |
---|---|---|
LongLiteralExpr |
LongLiteralExpr.clone() |
|
LongLiteralExpr |
LongLiteralExpr.setLong(long value) |
Modifier and Type | Method | Description |
---|---|---|
void |
NoBinaryIntegerLiteralsValidator.visit(LongLiteralExpr n,
ProblemReporter arg) |
|
void |
NoUnderscoresInIntegerLiteralsValidator.visit(LongLiteralExpr n,
ProblemReporter arg) |
Modifier and Type | Method | Description |
---|---|---|
Visitable |
CloneVisitor.visit(LongLiteralExpr n,
Object arg) |
|
Boolean |
EqualsVisitor.visit(LongLiteralExpr n,
Visitable arg) |
|
List<R> |
GenericListVisitorAdapter.visit(LongLiteralExpr n,
A arg) |
|
R |
GenericVisitor.visit(LongLiteralExpr n,
A arg) |
|
R |
GenericVisitorAdapter.visit(LongLiteralExpr n,
A arg) |
|
Integer |
HashCodeVisitor.visit(LongLiteralExpr n,
Void arg) |
|
Visitable |
ModifierVisitor.visit(LongLiteralExpr n,
A arg) |
|
Boolean |
ObjectIdentityEqualsVisitor.visit(LongLiteralExpr n,
Visitable arg) |
|
Integer |
ObjectIdentityHashCodeVisitor.visit(LongLiteralExpr n,
Void arg) |
|
void |
VoidVisitor.visit(LongLiteralExpr n,
A arg) |
|
void |
VoidVisitorAdapter.visit(LongLiteralExpr n,
A arg) |
Modifier and Type | Method | Description |
---|---|---|
void |
PrettyPrintVisitor.visit(LongLiteralExpr n,
Void arg) |
Copyright © 2007–2019. All rights reserved.