Uses of Class
com.github.javaparser.ast.expr.LiteralExpr
-
Packages that use LiteralExpr Package Description com.github.javaparser.ast.expr -
-
Uses of LiteralExpr in com.github.javaparser.ast.expr
Subclasses of LiteralExpr in com.github.javaparser.ast.expr Modifier and Type Class Description classBooleanLiteralExprThe boolean literals.classCharLiteralExprA literal character.classDoubleLiteralExprA float or a double constant.classIntegerLiteralExprAll ways to specify an int literal.classLiteralStringValueExprAny literal value that is stored internally as a String.classLongLiteralExprAll ways to specify a long literal.classNullLiteralExprA literal "null".classStringLiteralExprA literal string.Methods in com.github.javaparser.ast.expr that return LiteralExpr Modifier and Type Method Description LiteralExprExpression. asLiteralExpr()LiteralExprLiteralExpr. asLiteralExpr()LiteralExprLiteralExpr. clone()Methods in com.github.javaparser.ast.expr that return types with arguments of type LiteralExpr Modifier and Type Method Description Optional<LiteralExpr>Expression. toLiteralExpr()Optional<LiteralExpr>LiteralExpr. toLiteralExpr()Method parameters in com.github.javaparser.ast.expr with type arguments of type LiteralExpr Modifier and Type Method Description voidExpression. ifLiteralExpr(Consumer<LiteralExpr> action)voidLiteralExpr. ifLiteralExpr(Consumer<LiteralExpr> action)
-