Uses of Annotation Type
com.github.javaparser.quality.NotNull
Packages that use NotNull
-
Uses of NotNull in com.github.javaparser
Method parameters in com.github.javaparser with annotations of type NotNullModifier and TypeMethodDescriptionstatic CompilationUnit
static CompilationUnit
Deprecated.static CompilationUnit
Deprecated.set the encoding in theParserConfiguration
static CompilationUnit
StaticJavaParser.parse
(InputStream in) static CompilationUnit
StaticJavaParser.parse
(InputStream in, Charset encoding) Deprecated.set the encoding in theParserConfiguration
static CompilationUnit
StaticJavaParser.parse
(InputStream in, Charset encoding) Deprecated.set the encoding in theParserConfiguration
static CompilationUnit
Parses Java code from a Reader and returns aCompilationUnit
that represents it.static CompilationUnit
Parses the Java code contained in code and returns aCompilationUnit
that represents it.static CompilationUnit
Parses the Java code contained in a file and returns aCompilationUnit
that represents it.static CompilationUnit
Deprecated.set the encoding in theParserConfiguration
static CompilationUnit
Deprecated.set the encoding in theParserConfiguration
static AnnotationExpr
StaticJavaParser.parseAnnotation
(String annotation) Parses the Java annotation contained in aString
and returns aAnnotationExpr
that represents it.static BodyDeclaration
<?> StaticJavaParser.parseAnnotationBodyDeclaration
(String body) Parses the Java annotation body declaration(e.g fields or methods) contained in aString
and returns aBodyDeclaration
that represents it.static ArrayInitializerExpr
StaticJavaParser.parseArrayInitializerExpr
(String arrayInitializerExpr) Parses an array initializer expression and returns it as ArrayInitializerExpr.static BlockStmt
StaticJavaParser.parseBlock
(String blockStatement) static BodyDeclaration
<?> StaticJavaParser.parseBodyDeclaration
(String body) Parses a Java class or interface body declaration(e.g fields or methods) and returns aBodyDeclaration
that represents it.static ClassOrInterfaceType
StaticJavaParser.parseClassOrInterfaceType
(String type) Parses a Java class or interface type name and returns aClassOrInterfaceType
that represents it.StaticJavaParser.parseExplicitConstructorInvocationStmt
(String statement) Parses the this(...) and super(...) statements that may occur at the start of a constructor.static <T extends Expression>
TStaticJavaParser.parseExpression
(String expression) Parses the Java expression contained in aString
and returns aExpression
that represents it.static ImportDeclaration
StaticJavaParser.parseImport
(String importDeclaration) Parses the Java import contained in aString
and returns aImportDeclaration
that represents it.static Javadoc
StaticJavaParser.parseJavadoc
(String content) Parses the content of a JavadocComment and returns aJavadoc
that represents it.static MethodDeclaration
StaticJavaParser.parseMethodDeclaration
(String methodDeclaration) Parses a method declaration and returns it as a MethodDeclaration.static ModuleDeclaration
StaticJavaParser.parseModuleDeclaration
(String moduleDeclaration) Parses a module declaration and returns it as a ModuleDeclaration.static ModuleDirective
StaticJavaParser.parseModuleDirective
(String moduleDirective) Parses a module directive and returns it as a ModuleDirective.static Name
Parses a qualified name (one that can have "."s in it) and returns it as a Name.static PackageDeclaration
StaticJavaParser.parsePackageDeclaration
(String packageDeclaration) Parses a package declaration and returns it as a PackageDeclaration.static Parameter
StaticJavaParser.parseParameter
(String parameter) Parses a single parameter (a type and a name) and returns it as a Parameter.static CompilationUnit
StaticJavaParser.parseResource
(ClassLoader classLoader, String path, Charset encoding) Deprecated.set the encoding in theParserConfiguration
static CompilationUnit
StaticJavaParser.parseResource
(ClassLoader classLoader, String path, Charset encoding) Deprecated.set the encoding in theParserConfiguration
static CompilationUnit
StaticJavaParser.parseResource
(ClassLoader classLoader, String path, Charset encoding) Deprecated.set the encoding in theParserConfiguration
static CompilationUnit
StaticJavaParser.parseResource
(String path) Parses the Java code contained in a resource and returns aCompilationUnit
that represents it.static CompilationUnit
StaticJavaParser.parseResource
(String path, Charset encoding) Deprecated.set the encoding in theParserConfiguration
static CompilationUnit
StaticJavaParser.parseResource
(String path, Charset encoding) Deprecated.set the encoding in theParserConfiguration
static SimpleName
StaticJavaParser.parseSimpleName
(String name) Parses a simple name (one that can NOT have "."s in it) and returns it as a SimpleName.static Statement
StaticJavaParser.parseStatement
(String statement) static Type
Parses a Java type name and returns aType
that represents it.static TypeDeclaration
<?> StaticJavaParser.parseTypeDeclaration
(String typeDeclaration) Parses a type declaration and returns it as a TypeDeclaration.static TypeParameter
StaticJavaParser.parseTypeParameter
(String typeParameter) Parses a type parameter and returns it as a TypeParameterstatic VariableDeclarationExpr
StaticJavaParser.parseVariableDeclarationExpr
(String declaration) Parses a variable declaration expression and returns aVariableDeclarationExpr
that represents it.static void
StaticJavaParser.setConfiguration
(ParserConfiguration configuration) Set the configuration for the static parse... -
Uses of NotNull in com.github.javaparser.symbolsolver
Constructor parameters in com.github.javaparser.symbolsolver with annotations of type NotNull
ParserConfiguration