Package | Description |
---|---|
com.github.javaparser.ast.expr | |
com.github.javaparser.ast.visitor | |
com.github.javaparser.printer |
Modifier and Type | Method | Description |
---|---|---|
StringLiteralExpr |
StringLiteralExpr.clone() |
|
static StringLiteralExpr |
StringLiteralExpr.escape(String string) |
Deprecated.
Use
StringLiteralExpr(String) instead. |
StringLiteralExpr |
StringLiteralExpr.setEscapedValue(String value) |
Sets the content of this expressions to given value.
|
StringLiteralExpr |
StringLiteralExpr.setString(String value) |
Escapes the given string from special characters and uses it as the literal value.
|
Modifier and Type | Method | Description |
---|---|---|
Visitable |
CloneVisitor.visit(StringLiteralExpr n,
Object arg) |
|
Boolean |
EqualsVisitor.visit(StringLiteralExpr n,
Visitable arg) |
|
List<R> |
GenericListVisitorAdapter.visit(StringLiteralExpr n,
A arg) |
|
R |
GenericVisitor.visit(StringLiteralExpr n,
A arg) |
|
R |
GenericVisitorAdapter.visit(StringLiteralExpr n,
A arg) |
|
Integer |
HashCodeVisitor.visit(StringLiteralExpr n,
Void arg) |
|
Visitable |
ModifierVisitor.visit(StringLiteralExpr n,
A arg) |
|
Boolean |
ObjectIdentityEqualsVisitor.visit(StringLiteralExpr n,
Visitable arg) |
|
Integer |
ObjectIdentityHashCodeVisitor.visit(StringLiteralExpr n,
Void arg) |
|
void |
VoidVisitor.visit(StringLiteralExpr n,
A arg) |
|
void |
VoidVisitorAdapter.visit(StringLiteralExpr n,
A arg) |
Modifier and Type | Method | Description |
---|---|---|
void |
PrettyPrintVisitor.visit(StringLiteralExpr n,
Void arg) |
Copyright © 2007–2019. All rights reserved.