Uses of Class
com.github.javaparser.ast.expr.LiteralExpr
Packages that use LiteralExpr
-
Uses of LiteralExpr in com.github.javaparser.ast.expr
Subclasses of LiteralExpr in com.github.javaparser.ast.exprModifier and TypeClassDescriptionclassThe boolean literals.classA literal character.classA float or a double constant.classAll ways to specify an int literal.classAny literal value that is stored internally as a String.classAll ways to specify a long literal.classA literal "null".classA literal string.classA text blockMethods in com.github.javaparser.ast.expr that return LiteralExprModifier and TypeMethodDescriptionExpression.asLiteralExpr()LiteralExpr.asLiteralExpr()LiteralExpr.clone()Methods in com.github.javaparser.ast.expr that return types with arguments of type LiteralExprMethod parameters in com.github.javaparser.ast.expr with type arguments of type LiteralExprModifier and TypeMethodDescriptionvoidExpression.ifLiteralExpr(Consumer<LiteralExpr> action)voidLiteralExpr.ifLiteralExpr(Consumer<LiteralExpr> action)