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