Uses of Class
com.github.javaparser.ast.expr.LiteralStringValueExpr
Packages that use LiteralStringValueExpr
Package
Description
-
Uses of LiteralStringValueExpr in com.github.javaparser.ast.expr
Subclasses of LiteralStringValueExpr in com.github.javaparser.ast.exprModifier and TypeClassDescriptionclass
A literal character.class
A float or a double constant.class
All ways to specify an int literal.class
All ways to specify a long literal.class
A literal string.class
A text blockMethods in com.github.javaparser.ast.expr that return LiteralStringValueExprModifier and TypeMethodDescriptionExpression.asLiteralStringValueExpr()
LiteralStringValueExpr.asLiteralStringValueExpr()
LiteralStringValueExpr.clone()
Methods in com.github.javaparser.ast.expr that return types with arguments of type LiteralStringValueExprModifier and TypeMethodDescriptionExpression.toLiteralStringValueExpr()
LiteralStringValueExpr.toLiteralStringValueExpr()
Method parameters in com.github.javaparser.ast.expr with type arguments of type LiteralStringValueExprModifier and TypeMethodDescriptionvoid
Expression.ifLiteralStringValueExpr
(Consumer<LiteralStringValueExpr> action) void
LiteralStringValueExpr.ifLiteralStringValueExpr
(Consumer<LiteralStringValueExpr> action) -
Uses of LiteralStringValueExpr in com.github.javaparser.ast.validator.language_level_validations.chunks
Methods in com.github.javaparser.ast.validator.language_level_validations.chunks with parameters of type LiteralStringValueExprModifier and TypeMethodDescriptionprivate static void
NoBinaryIntegerLiteralsValidator.validate
(LiteralStringValueExpr n, ProblemReporter arg) private static void
NoUnderscoresInIntegerLiteralsValidator.validate
(LiteralStringValueExpr n, ProblemReporter arg)