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)
Utility method that creates a new StringLiteralExpr.
|
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) |
void |
TreeStructureVisitor.visit(StringLiteralExpr n,
Integer arg) |
Visitable |
CloneVisitor.visit(StringLiteralExpr _n,
Object _arg) |
Boolean |
EqualsVisitor.visit(StringLiteralExpr n1,
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.