| Constructor and Description |
|---|
| com.github.javaparser.ast.type.ClassOrInterfaceType(String)
use JavaParser.parseClassOrInterfaceType instead. This constructor does not understand generics.
|
| com.github.javaparser.ast.expr.IntegerLiteralExpr(int)
This function is deprecated in favor of
IntegerLiteralExpr.IntegerLiteralExpr(String). Please refer to the
IntegerLiteralExpr.asNumber() function for valid formats and how to construct literals holding negative values. |
| com.github.javaparser.ast.expr.LongLiteralExpr(long)
This function is deprecated in favor of
LongLiteralExpr.LongLiteralExpr(String). Please refer to the LongLiteralExpr.asNumber() function for valid formats and how to construct literals holding negative values. |
Copyright © 2007–2020. All rights reserved.