Uses of Interface
com.github.javaparser.resolution.declarations.ResolvedDeclaration
Packages that use ResolvedDeclaration
Package
Description
Implementation of model based on Javassist.
Implementation of model based on reflection.
-
Uses of ResolvedDeclaration in com.github.javaparser.resolution.declarations
Subinterfaces of ResolvedDeclaration in com.github.javaparser.resolution.declarationsModifier and TypeInterfaceDescriptioninterfaceinterfaceinterfaceDeclaration of a Class (not an interface or an enum).interfaceA declaration of a constructor.interfaceinterfaceDeclaration of an Enum.interfaceDeclaration of a field.interfaceAn interface declaration.interfaceA declaration of a method (either in an interface, a class, an enum or an annotation).interfaceThis is a common interface for MethodDeclaration and ConstructorDeclaration.interfaceDeclaration of a parameter.interfaceDeclaration of a Record (not an interface or an enum).interfaceinterfaceA declaration of a type.interfaceDeclaration of a type parameter.interfaceDeclaration of a type pattern expression.interfaceDeclaration of a value. -
Uses of ResolvedDeclaration in com.github.javaparser.resolution.model
Classes in com.github.javaparser.resolution.model with type parameters of type ResolvedDeclarationModifier and TypeClassDescriptionclassSymbolReference<S extends ResolvedDeclaration>A reference to a symbol.Fields in com.github.javaparser.resolution.model declared as ResolvedDeclarationMethods in com.github.javaparser.resolution.model with type parameters of type ResolvedDeclarationModifier and TypeMethodDescriptionstatic <I extends ResolvedDeclaration, O extends ResolvedDeclaration>
SymbolReference<O> SymbolReference.adapt(SymbolReference<I> ref, Class<O> clazz) Adapt aSymbolReferenceinto anotherSymbolReference.static <I extends ResolvedDeclaration, O extends ResolvedDeclaration>
SymbolReference<O> SymbolReference.adapt(SymbolReference<I> ref, Class<O> clazz) Adapt aSymbolReferenceinto anotherSymbolReference.static <S extends ResolvedDeclaration, S2 extends S>
SymbolReference<S> SymbolReference.solved(S2 symbolDeclaration) Create a solve reference to the given symbol.static <S extends ResolvedDeclaration>
SymbolReference<S> SymbolReference.unsolved()Create a reference for an unsolved symbol.static <S extends ResolvedDeclaration, S2 extends S>
SymbolReference<S> Deprecated. -
Uses of ResolvedDeclaration in com.github.javaparser.symbolsolver
Classes in com.github.javaparser.symbolsolver that implement ResolvedDeclarationModifier and TypeClassDescriptionprivate static class -
Uses of ResolvedDeclaration in com.github.javaparser.symbolsolver.javaparsermodel.declarations
Classes in com.github.javaparser.symbolsolver.javaparsermodel.declarations that implement ResolvedDeclarationModifier and TypeClassDescriptionclassThis represents the default constructor added by the compiler for objects not declaring one.classclassclassAn anonymous class declaration representation.classclassclassclassstatic classNeeded by ContextHelper An implicitly declared methodpublic static E valueOf(String name), which returns the enum constant ofEwith the specified name.static classNeeded 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.classclassclassclassclassHeavily based on JavaParserClassDeclarationstatic classstatic classclassclassWARNING: Implemented fairly blindly.classclass -
Uses of ResolvedDeclaration in com.github.javaparser.symbolsolver.javassistmodel
Classes in com.github.javaparser.symbolsolver.javassistmodel that implement ResolvedDeclarationModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclass -
Uses of ResolvedDeclaration in com.github.javaparser.symbolsolver.logic
Classes in com.github.javaparser.symbolsolver.logic that implement ResolvedDeclarationModifier and TypeClassDescriptionclassA common ancestor for all ClassDeclarations.classCommon ancestor for most types. -
Uses of ResolvedDeclaration in com.github.javaparser.symbolsolver.reflectionmodel
Classes in com.github.javaparser.symbolsolver.reflectionmodel that implement ResolvedDeclarationModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassWARNING: Implemented fairly blindly.classclass
SymbolReference.unsolved()instead.