Package com.github.javaparser.symbolsolver.javaparsermodel.declarations
-
Class Summary Class Description DefaultConstructorDeclaration<N extends com.github.javaparser.resolution.declarations.ResolvedReferenceTypeDeclaration> This represents the default constructor added by the compiler for objects not declaring one.JavaParserAnnotationDeclaration JavaParserAnnotationMemberDeclaration JavaParserAnonymousClassDeclaration An anonymous class declaration representation.JavaParserClassDeclaration JavaParserConstructorDeclaration<N extends com.github.javaparser.resolution.declarations.ResolvedReferenceTypeDeclaration> JavaParserEnumConstantDeclaration JavaParserEnumDeclaration JavaParserEnumDeclaration.ValueOfMethod Needed by ContextHelper An implicitly declared methodpublic static E valueOf(String name), which returns the enum constant ofEwith the specified name.JavaParserEnumDeclaration.ValuesMethod Needed by ContextHelper An implicitly declared methodpublic static E[] values(), which returns an array containing the enum constants ofE, in the same order as they appear in the body of the declaration of E.JavaParserFieldDeclaration JavaParserInterfaceDeclaration JavaParserMethodDeclaration JavaParserParameterDeclaration JavaParserRecordDeclaration Heavily based on JavaParserClassDeclarationJavaParserRecordDeclaration.CanonicalRecordConstructor JavaParserRecordDeclaration.ImplicitGetterMethod JavaParserSymbolDeclaration This should not be used to represent fields of parameters.JavaParserTypeAdapter<T extends com.github.javaparser.ast.Node & com.github.javaparser.ast.nodeTypes.NodeWithSimpleName<T> & com.github.javaparser.ast.nodeTypes.NodeWithMembers<T> & com.github.javaparser.ast.nodeTypes.NodeWithAnnotations<T>> JavaParserTypeParameter JavaParserTypePatternDeclaration WARNING: Implemented fairly blindly.JavaParserTypeVariableDeclaration JavaParserVariableDeclaration