Package | Description |
---|---|
com.github.javaparser.ast.expr | |
com.github.javaparser.ast.visitor | |
com.github.javaparser.printer |
Modifier and Type | Method and Description |
---|---|
ThisExpr |
ThisExpr.asThisExpr() |
ThisExpr |
Expression.asThisExpr() |
ThisExpr |
ThisExpr.clone() |
ThisExpr |
ThisExpr.removeClassExpr() |
ThisExpr |
ThisExpr.setClassExpr(Expression classExpr) |
Modifier and Type | Method and Description |
---|---|
Optional<ThisExpr> |
ThisExpr.toThisExpr() |
Optional<ThisExpr> |
Expression.toThisExpr() |
Modifier and Type | Method and Description |
---|---|
void |
ThisExpr.ifThisExpr(Consumer<ThisExpr> action) |
void |
Expression.ifThisExpr(Consumer<ThisExpr> action) |
Modifier and Type | Method and Description |
---|---|
R |
GenericVisitor.visit(ThisExpr n,
A arg) |
Visitable |
ModifierVisitor.visit(ThisExpr n,
A arg) |
void |
VoidVisitor.visit(ThisExpr n,
A arg) |
R |
GenericVisitorWithDefaults.visit(ThisExpr n,
A arg) |
void |
VoidVisitorAdapter.visit(ThisExpr n,
A arg) |
R |
GenericVisitorAdapter.visit(ThisExpr n,
A arg) |
List<R> |
GenericListVisitorAdapter.visit(ThisExpr n,
A arg) |
void |
VoidVisitorWithDefaults.visit(ThisExpr n,
A arg) |
Visitable |
CloneVisitor.visit(ThisExpr n,
Object arg) |
Boolean |
EqualsVisitor.visit(ThisExpr n,
Visitable arg) |
Boolean |
NoCommentEqualsVisitor.visit(ThisExpr n,
Visitable arg) |
Boolean |
ObjectIdentityEqualsVisitor.visit(ThisExpr n,
Visitable arg) |
Integer |
ObjectIdentityHashCodeVisitor.visit(ThisExpr n,
Void arg) |
Integer |
NoCommentHashCodeVisitor.visit(ThisExpr n,
Void arg) |
Integer |
HashCodeVisitor.visit(ThisExpr n,
Void arg) |
Modifier and Type | Method and Description |
---|---|
void |
PrettyPrintVisitor.visit(ThisExpr n,
Void arg) |
Copyright © 2007–2017. All rights reserved.