Class | Description |
---|---|
com.github.javaparser.printer.AsciiArtPrinter |
this is a work in progress.
|
com.github.javaparser.printer.JsonPrinter |
this is a work in progress.
|
com.github.javaparser.printer.XmlPrinter |
this is a work in progress.
|
Constructor | Description |
---|---|
com.github.javaparser.ast.expr.ArrayCreationExpr(Range, Type) |
range shouldn't be in utility constructors.
|
com.github.javaparser.ast.type.ClassOrInterfaceType(String) |
use JavaParser.parseClassOrInterfaceType instead. This constructor does not understand generics.
|
com.github.javaparser.ast.body.MethodDeclaration(EnumSet<Modifier>, NodeList<AnnotationExpr>, NodeList<TypeParameter>, Type, SimpleName, boolean, NodeList<Parameter>, NodeList<ReferenceType>, BlockStmt) |
this constructor allows you to set "isDefault", but this is no longer a field of this node, but simply one of the modifiers. Use setDefault(boolean) or add DEFAULT to the modifiers set.
|
com.github.javaparser.ast.type.TypeParameter(Range, SimpleName, NodeList<ClassOrInterfaceType>) |
range shouldn't be in utility constructors.
|
Copyright © 2007–2019. All rights reserved.