Package | Description |
---|---|
com.github.javaparser.ast.expr | |
com.github.javaparser.ast.visitor | |
com.github.javaparser.printer |
Modifier and Type | Method and 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 and Description |
---|---|
R |
GenericVisitor.visit(StringLiteralExpr n,
A arg) |
Visitable |
ModifierVisitor.visit(StringLiteralExpr n,
A arg) |
void |
VoidVisitor.visit(StringLiteralExpr n,
A arg) |
void |
VoidVisitorAdapter.visit(StringLiteralExpr n,
A arg) |
R |
GenericVisitorAdapter.visit(StringLiteralExpr n,
A arg) |
List<R> |
GenericListVisitorAdapter.visit(StringLiteralExpr n,
A arg) |
void |
TreeStructureVisitor.visit(StringLiteralExpr n,
Integer arg) |
Visitable |
CloneVisitor.visit(StringLiteralExpr n,
Object arg) |
Boolean |
EqualsVisitor.visit(StringLiteralExpr n,
Visitable arg) |
Integer |
HashCodeVisitor.visit(StringLiteralExpr n,
Void arg) |
Modifier and Type | Method and Description |
---|---|
void |
PrettyPrintVisitor.visit(StringLiteralExpr n,
Void arg) |
Copyright © 2007–2017. All rights reserved.