Package | Description |
---|---|
com.github.javaparser.ast.expr | |
com.github.javaparser.ast.visitor | |
com.github.javaparser.printer |
Modifier and Type | Method | Description |
---|---|---|
DoubleLiteralExpr |
DoubleLiteralExpr.clone() |
|
DoubleLiteralExpr |
DoubleLiteralExpr.setDouble(double value) |
Modifier and Type | Method | Description |
---|---|---|
Visitable |
CloneVisitor.visit(DoubleLiteralExpr n,
Object arg) |
|
Boolean |
EqualsVisitor.visit(DoubleLiteralExpr n,
Visitable arg) |
|
List<R> |
GenericListVisitorAdapter.visit(DoubleLiteralExpr n,
A arg) |
|
R |
GenericVisitor.visit(DoubleLiteralExpr n,
A arg) |
|
R |
GenericVisitorAdapter.visit(DoubleLiteralExpr n,
A arg) |
|
Integer |
HashCodeVisitor.visit(DoubleLiteralExpr n,
Void arg) |
|
Visitable |
ModifierVisitor.visit(DoubleLiteralExpr n,
A arg) |
|
Boolean |
ObjectIdentityEqualsVisitor.visit(DoubleLiteralExpr n,
Visitable arg) |
|
Integer |
ObjectIdentityHashCodeVisitor.visit(DoubleLiteralExpr n,
Void arg) |
|
void |
VoidVisitor.visit(DoubleLiteralExpr n,
A arg) |
|
void |
VoidVisitorAdapter.visit(DoubleLiteralExpr n,
A arg) |
Modifier and Type | Method | Description |
---|---|---|
void |
PrettyPrintVisitor.visit(DoubleLiteralExpr n,
Void arg) |
Copyright © 2007–2019. All rights reserved.