Uses of Class
com.github.javaparser.ast.expr.StringLiteralExpr
Packages that use StringLiteralExpr
Package
Description
-
Uses of StringLiteralExpr in com.github.javaparser.ast.expr
Methods in com.github.javaparser.ast.expr that return StringLiteralExprModifier and TypeMethodDescriptionExpression.asStringLiteralExpr()
StringLiteralExpr.asStringLiteralExpr()
StringLiteralExpr.clone()
StringLiteralExpr.setEscapedValue(String value)
Sets the content of this expressions to given value.Escapes the given string from special characters and uses it as the literal value.Methods in com.github.javaparser.ast.expr that return types with arguments of type StringLiteralExprModifier and TypeMethodDescriptionExpression.toStringLiteralExpr()
StringLiteralExpr.toStringLiteralExpr()
Method parameters in com.github.javaparser.ast.expr with type arguments of type StringLiteralExprModifier and TypeMethodDescriptionvoid
Expression.ifStringLiteralExpr(Consumer<StringLiteralExpr> action)
void
StringLiteralExpr.ifStringLiteralExpr(Consumer<StringLiteralExpr> action)
-
Uses of StringLiteralExpr in com.github.javaparser.ast.visitor
Methods in com.github.javaparser.ast.visitor with parameters of type StringLiteralExprModifier and TypeMethodDescriptionCloneVisitor.visit(StringLiteralExpr n, Object arg)
EqualsVisitor.visit(StringLiteralExpr n, Visitable arg)
GenericListVisitorAdapter.visit(StringLiteralExpr n, A arg)
GenericVisitor.visit(StringLiteralExpr n, A arg)
GenericVisitorAdapter.visit(StringLiteralExpr n, A arg)
GenericVisitorWithDefaults.visit(StringLiteralExpr n, A arg)
HashCodeVisitor.visit(StringLiteralExpr n, Void arg)
ModifierVisitor.visit(StringLiteralExpr n, A arg)
NoCommentEqualsVisitor.visit(StringLiteralExpr n, Visitable arg)
NoCommentHashCodeVisitor.visit(StringLiteralExpr n, Void arg)
ObjectIdentityEqualsVisitor.visit(StringLiteralExpr n, Visitable arg)
ObjectIdentityHashCodeVisitor.visit(StringLiteralExpr n, Void arg)
void
VoidVisitor.visit(StringLiteralExpr n, A arg)
void
VoidVisitorAdapter.visit(StringLiteralExpr n, A arg)
void
VoidVisitorWithDefaults.visit(StringLiteralExpr n, A arg)
-
Uses of StringLiteralExpr in com.github.javaparser.printer
Methods in com.github.javaparser.printer with parameters of type StringLiteralExprModifier and TypeMethodDescriptionvoid
DefaultPrettyPrinterVisitor.visit(StringLiteralExpr n, Void arg)
void
PrettyPrintVisitor.visit(StringLiteralExpr n, Void arg)
Deprecated.