| Package | Description |
|---|---|
| com.github.javaparser.ast.expr | |
| com.github.javaparser.ast.visitor | |
| com.github.javaparser.printer |
| Modifier and Type | Class and Description |
|---|---|
class |
CharLiteralExpr |
class |
DoubleLiteralExpr |
class |
IntegerLiteralExpr |
class |
LongLiteralExpr |
| Modifier and Type | Method and Description |
|---|---|
static StringLiteralExpr |
StringLiteralExpr.escape(String string)
Utility method that creates a new StringLiteralExpr.
|
StringLiteralExpr |
StringLiteralExpr.setValue(String value) |
| Modifier and Type | Method and Description |
|---|---|
R |
GenericVisitor.visit(StringLiteralExpr n,
A arg) |
void |
VoidVisitor.visit(StringLiteralExpr n,
A arg) |
void |
VoidVisitorAdapter.visit(StringLiteralExpr n,
A arg) |
Visitable |
ModifierVisitorAdapter.visit(StringLiteralExpr n,
A arg) |
R |
GenericVisitorAdapter.visit(StringLiteralExpr n,
A arg) |
Visitable |
CloneVisitor.visit(StringLiteralExpr _n,
Object _arg) |
Boolean |
EqualsVisitor.visit(StringLiteralExpr n1,
Visitable arg) |
| Modifier and Type | Method and Description |
|---|---|
void |
PrettyPrintVisitor.visit(StringLiteralExpr n,
Void arg) |
Copyright © 2007–2016. All rights reserved.