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 CompilationUnitstatic CompilationUnitDeprecated.static CompilationUnitDeprecated.set the encoding in theParserConfigurationstatic CompilationUnitStaticJavaParser.parse(InputStream in) static CompilationUnitStaticJavaParser.parse(InputStream in, Charset encoding) Deprecated.set the encoding in theParserConfigurationstatic CompilationUnitStaticJavaParser.parse(InputStream in, Charset encoding) Deprecated.set the encoding in theParserConfigurationstatic CompilationUnitParses Java code from a Reader and returns aCompilationUnitthat represents it.static CompilationUnitParses the Java code contained in code and returns aCompilationUnitthat represents it.static CompilationUnitParses the Java code contained in a file and returns aCompilationUnitthat represents it.static CompilationUnitDeprecated.set the encoding in theParserConfigurationstatic CompilationUnitDeprecated.set the encoding in theParserConfigurationstatic AnnotationExprStaticJavaParser.parseAnnotation(String annotation) Parses the Java annotation contained in aStringand returns aAnnotationExprthat represents it.static BodyDeclaration<?> StaticJavaParser.parseAnnotationBodyDeclaration(String body) Parses the Java annotation body declaration(e.g fields or methods) contained in aStringand returns aBodyDeclarationthat represents it.static ArrayInitializerExprStaticJavaParser.parseArrayInitializerExpr(String arrayInitializerExpr) Parses an array initializer expression and returns it as ArrayInitializerExpr.static BlockStmtStaticJavaParser.parseBlock(String blockStatement) static BodyDeclaration<?> StaticJavaParser.parseBodyDeclaration(String body) Parses a Java class or interface body declaration(e.g fields or methods) and returns aBodyDeclarationthat represents it.static ClassOrInterfaceTypeStaticJavaParser.parseClassOrInterfaceType(String type) Parses a Java class or interface type name and returns aClassOrInterfaceTypethat 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 aStringand returns aExpressionthat represents it.static ImportDeclarationStaticJavaParser.parseImport(String importDeclaration) Parses the Java import contained in aStringand returns aImportDeclarationthat represents it.static JavadocStaticJavaParser.parseJavadoc(String content) Parses the content of a JavadocComment and returns aJavadocthat represents it.static MethodDeclarationStaticJavaParser.parseMethodDeclaration(String methodDeclaration) Parses a method declaration and returns it as a MethodDeclaration.static ModuleDeclarationStaticJavaParser.parseModuleDeclaration(String moduleDeclaration) Parses a module declaration and returns it as a ModuleDeclaration.static ModuleDirectiveStaticJavaParser.parseModuleDirective(String moduleDirective) Parses a module directive and returns it as a ModuleDirective.static NameParses a qualified name (one that can have "."s in it) and returns it as a Name.static PackageDeclarationStaticJavaParser.parsePackageDeclaration(String packageDeclaration) Parses a package declaration and returns it as a PackageDeclaration.static ParameterStaticJavaParser.parseParameter(String parameter) Parses a single parameter (a type and a name) and returns it as a Parameter.static CompilationUnitStaticJavaParser.parseResource(ClassLoader classLoader, String path, Charset encoding) Deprecated.set the encoding in theParserConfigurationstatic CompilationUnitStaticJavaParser.parseResource(ClassLoader classLoader, String path, Charset encoding) Deprecated.set the encoding in theParserConfigurationstatic CompilationUnitStaticJavaParser.parseResource(ClassLoader classLoader, String path, Charset encoding) Deprecated.set the encoding in theParserConfigurationstatic CompilationUnitStaticJavaParser.parseResource(String path) Parses the Java code contained in a resource and returns aCompilationUnitthat represents it.static CompilationUnitStaticJavaParser.parseResource(String path, Charset encoding) Deprecated.set the encoding in theParserConfigurationstatic CompilationUnitStaticJavaParser.parseResource(String path, Charset encoding) Deprecated.set the encoding in theParserConfigurationstatic SimpleNameStaticJavaParser.parseSimpleName(String name) Parses a simple name (one that can NOT have "."s in it) and returns it as a SimpleName.static StatementStaticJavaParser.parseStatement(String statement) static TypeParses a Java type name and returns aTypethat represents it.static TypeDeclaration<?> StaticJavaParser.parseTypeDeclaration(String typeDeclaration) Parses a type declaration and returns it as a TypeDeclaration.static TypeParameterStaticJavaParser.parseTypeParameter(String typeParameter) Parses a type parameter and returns it as a TypeParameterstatic VariableDeclarationExprStaticJavaParser.parseVariableDeclarationExpr(String declaration) Parses a variable declaration expression and returns aVariableDeclarationExprthat represents it.static voidStaticJavaParser.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