Package | Description |
---|---|
com.github.javaparser.ast.expr | |
com.github.javaparser.ast.nodeTypes | |
com.github.javaparser.ast.visitor | |
com.github.javaparser.printer | |
com.github.javaparser.resolution |
Modifier and Type | Method and Description |
---|---|
NameExpr |
NameExpr.asNameExpr() |
NameExpr |
Expression.asNameExpr() |
NameExpr |
NameExpr.clone() |
NameExpr |
NameExpr.setName(SimpleName name) |
Modifier and Type | Method and Description |
---|---|
Optional<NameExpr> |
NameExpr.toNameExpr() |
Optional<NameExpr> |
Expression.toNameExpr() |
Modifier and Type | Method and Description |
---|---|
void |
NameExpr.ifNameExpr(Consumer<NameExpr> action) |
void |
Expression.ifNameExpr(Consumer<NameExpr> action) |
Modifier and Type | Method and Description |
---|---|
default NameExpr |
NodeWithSimpleName.getNameAsExpression() |
Modifier and Type | Method and Description |
---|---|
void |
VoidVisitorWithDefaults.visit(NameExpr n,
A arg) |
void |
VoidVisitorAdapter.visit(NameExpr n,
A arg) |
void |
VoidVisitor.visit(NameExpr n,
A arg) |
Visitable |
ModifierVisitor.visit(NameExpr n,
A arg) |
R |
GenericVisitorWithDefaults.visit(NameExpr n,
A arg) |
R |
GenericVisitorAdapter.visit(NameExpr n,
A arg) |
R |
GenericVisitor.visit(NameExpr n,
A arg) |
List<R> |
GenericListVisitorAdapter.visit(NameExpr n,
A arg) |
Visitable |
CloneVisitor.visit(NameExpr n,
Object arg) |
void |
NodeFinderVisitor.visit(NameExpr n,
Range arg) |
Boolean |
ObjectIdentityEqualsVisitor.visit(NameExpr n,
Visitable arg) |
Boolean |
NoCommentEqualsVisitor.visit(NameExpr n,
Visitable arg) |
Boolean |
EqualsVisitor.visit(NameExpr n,
Visitable arg) |
Integer |
ObjectIdentityHashCodeVisitor.visit(NameExpr n,
Void arg) |
Integer |
NoCommentHashCodeVisitor.visit(NameExpr n,
Void arg) |
Integer |
HashCodeVisitor.visit(NameExpr n,
Void arg) |
Modifier and Type | Method and Description |
---|---|
void |
PrettyPrintVisitor.visit(NameExpr n,
Void arg)
Deprecated.
|
void |
DefaultPrettyPrinterVisitor.visit(NameExpr n,
Void arg) |
Modifier and Type | Method and Description |
---|---|
static Optional<NameExpr> |
Navigator.findNameExpression(Node node,
String name) |
Copyright © 2007–2024. All rights reserved.