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 TypeClassDescriptionclassA literal character.classA float or a double constant.classAll ways to specify an int literal.classAll ways to specify a long literal.classA literal string.classA 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 TypeMethodDescriptionvoidExpression.ifLiteralStringValueExpr(Consumer<LiteralStringValueExpr> action) voidLiteralStringValueExpr.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 voidNoBinaryIntegerLiteralsValidator.validate(LiteralStringValueExpr n, ProblemReporter arg) private static voidNoUnderscoresInIntegerLiteralsValidator.validate(LiteralStringValueExpr n, ProblemReporter arg)