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 TypeInterfaceDescriptioninterface
interface
interface
Declaration of a Class (not an interface or an enum).interface
A declaration of a constructor.interface
interface
Declaration of an Enum.interface
Declaration of a field.interface
An interface declaration.interface
A declaration of a method (either in an interface, a class, an enum or an annotation).interface
This is a common interface for MethodDeclaration and ConstructorDeclaration.interface
Declaration of a parameter.interface
Declaration of a Record (not an interface or an enum).interface
interface
A declaration of a type.interface
Declaration of a type parameter.interface
Declaration of a type pattern expression.interface
Declaration 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 TypeClassDescriptionclass
SymbolReference<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 aSymbolReference
into anotherSymbolReference
.static <I extends ResolvedDeclaration,
O extends ResolvedDeclaration>
SymbolReference<O> SymbolReference.adapt
(SymbolReference<I> ref, Class<O> clazz) Adapt aSymbolReference
into 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 TypeClassDescriptionclass
This represents the default constructor added by the compiler for objects not declaring one.class
class
class
An anonymous class declaration representation.class
class
class
class
static class
Needed by ContextHelper An implicitly declared methodpublic static E valueOf(String name)
, which returns the enum constant ofE
with the specified name.static class
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.class
class
class
class
class
Heavily based on JavaParserClassDeclarationstatic class
static class
class
class
WARNING: Implemented fairly blindly.class
class
-
Uses of ResolvedDeclaration in com.github.javaparser.symbolsolver.javassistmodel
Classes in com.github.javaparser.symbolsolver.javassistmodel that implement ResolvedDeclarationModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
class
class
-
Uses of ResolvedDeclaration in com.github.javaparser.symbolsolver.logic
Classes in com.github.javaparser.symbolsolver.logic that implement ResolvedDeclarationModifier and TypeClassDescriptionclass
A common ancestor for all ClassDeclarations.class
Common ancestor for most types. -
Uses of ResolvedDeclaration in com.github.javaparser.symbolsolver.reflectionmodel
Classes in com.github.javaparser.symbolsolver.reflectionmodel that implement ResolvedDeclarationModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
class
WARNING: Implemented fairly blindly.class
class
SymbolReference.unsolved()
instead.