Package | Description |
---|---|
com.github.javaparser.ast.expr | |
com.github.javaparser.ast.visitor |
Modifier and Type | Class and Description |
---|---|
class |
CharLiteralExpr |
class |
DoubleLiteralExpr |
class |
IntegerLiteralExpr |
class |
IntegerLiteralMinValueExpr |
class |
LongLiteralExpr |
class |
LongLiteralMinValueExpr |
Modifier and Type | Method and Description |
---|---|
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) |
void |
VoidVisitor.visit(StringLiteralExpr n,
A arg) |
void |
VoidVisitorAdapter.visit(StringLiteralExpr n,
A arg) |
Node |
ModifierVisitorAdapter.visit(StringLiteralExpr n,
A arg) |
R |
GenericVisitorAdapter.visit(StringLiteralExpr n,
A arg) |
Boolean |
EqualsVisitor.visit(StringLiteralExpr n1,
Node arg) |
void |
DumpVisitor.visit(StringLiteralExpr n,
Object arg) |
Node |
CloneVisitor.visit(StringLiteralExpr _n,
Object _arg) |
Copyright © 2007–2016. All rights reserved.