-
Constructors Constructor Description com.github.javaparser.ast.expr.IntegerLiteralExpr(int) This function is deprecated in favor ofIntegerLiteralExpr(String). Please refer to theIntegerLiteralExpr.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 ofLongLiteralExpr(String). Please refer to theLongLiteralExpr.asNumber()function for valid formats and how to construct literals holding negative values.com.github.javaparser.ast.type.ClassOrInterfaceType(String) use JavaParser.parseClassOrInterfaceType instead. This constructor does not understand generics.com.github.javaparser.StreamProvider(InputStream, String)