Class and Description |
---|
com.github.javaparser.printer.lexicalpreservation.PhantomNodeLogic
This class is no longer used phantom node are now an attribute of each node
|
com.github.javaparser.printer.PrettyPrinter
This class could be removed in a future version. Use default DefaultPrettyPrinter.
|
com.github.javaparser.printer.configuration.PrettyPrinterConfiguration
This class could be removed in a future version. Use default DefaultPrinterConfiguration.
|
com.github.javaparser.printer.PrettyPrintVisitor
This class is no longer acceptable to use because it is not sufficiently configurable and it is too tied to a specific implementation.
This class could be removed in a future version. Use default DefaultPrettyPrinterVisitor.
|
Field and Description |
---|
com.github.javaparser.ast.Node.ABSOLUTE_BEGIN_LINE |
com.github.javaparser.ast.Node.ABSOLUTE_END_LINE |
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(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(String) . Please refer to the LongLiteralExpr.asNumber() function for valid formats and how to construct literals holding negative values. |
com.github.javaparser.StreamProvider(InputStream, String) |
Copyright © 2007–2024. All rights reserved.