Uses of Class
com.github.javaparser.ast.expr.StringLiteralExpr
-
Packages that use StringLiteralExpr Package Description com.github.javaparser.ast.expr com.github.javaparser.ast.visitor com.github.javaparser.printer -
-
Uses of StringLiteralExpr in com.github.javaparser.ast.expr
Methods in com.github.javaparser.ast.expr that return StringLiteralExpr Modifier and Type Method Description StringLiteralExprExpression. asStringLiteralExpr()StringLiteralExprStringLiteralExpr. asStringLiteralExpr()StringLiteralExprStringLiteralExpr. clone()StringLiteralExprStringLiteralExpr. setEscapedValue(String value)Sets the content of this expressions to given value.StringLiteralExprStringLiteralExpr. setString(String 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 StringLiteralExpr Modifier and Type Method Description Optional<StringLiteralExpr>Expression. toStringLiteralExpr()Optional<StringLiteralExpr>StringLiteralExpr. toStringLiteralExpr()Method parameters in com.github.javaparser.ast.expr with type arguments of type StringLiteralExpr Modifier and Type Method Description voidExpression. ifStringLiteralExpr(Consumer<StringLiteralExpr> action)voidStringLiteralExpr. ifStringLiteralExpr(Consumer<StringLiteralExpr> action) -
Uses of StringLiteralExpr in com.github.javaparser.ast.visitor
Methods in com.github.javaparser.ast.visitor with parameters of type StringLiteralExpr Modifier and Type Method Description VisitableCloneVisitor. visit(StringLiteralExpr n, Object arg)BooleanEqualsVisitor. visit(StringLiteralExpr n, Visitable arg)List<R>GenericListVisitorAdapter. visit(StringLiteralExpr n, A arg)RGenericVisitor. visit(StringLiteralExpr n, A arg)RGenericVisitorAdapter. visit(StringLiteralExpr n, A arg)RGenericVisitorWithDefaults. visit(StringLiteralExpr n, A arg)IntegerHashCodeVisitor. visit(StringLiteralExpr n, Void arg)VisitableModifierVisitor. visit(StringLiteralExpr n, A arg)BooleanNoCommentEqualsVisitor. visit(StringLiteralExpr n, Visitable arg)IntegerNoCommentHashCodeVisitor. visit(StringLiteralExpr n, Void arg)BooleanObjectIdentityEqualsVisitor. visit(StringLiteralExpr n, Visitable arg)IntegerObjectIdentityHashCodeVisitor. visit(StringLiteralExpr n, Void arg)voidVoidVisitor. visit(StringLiteralExpr n, A arg)voidVoidVisitorAdapter. visit(StringLiteralExpr n, A arg)voidVoidVisitorWithDefaults. visit(StringLiteralExpr n, A arg) -
Uses of StringLiteralExpr in com.github.javaparser.printer
Methods in com.github.javaparser.printer with parameters of type StringLiteralExpr Modifier and Type Method Description voidPrettyPrintVisitor. visit(StringLiteralExpr n, Void arg)
-