| Package | Description |
|---|---|
| com.github.javaparser.symbolsolver.model.resolution |
| Modifier and Type | Method and Description |
|---|---|
static <O extends ResolvedDeclaration> |
SymbolReference.adapt(SymbolReference<? extends O> ref,
Class<O> clazz) |
static <S extends ResolvedDeclaration,S2 extends S> |
SymbolReference.solved(S2 symbolDeclaration)
Create a solve reference to the given symbol.
|
SymbolReference<ResolvedReferenceTypeDeclaration> |
TypeSolver.tryToSolveType(String name)
Try to solve the type with the given name.
|
static <S extends ResolvedDeclaration,S2 extends S> |
SymbolReference.unsolved(Class<S2> clazz)
Create an unsolved reference specifying the type of the value expected.
|
| Modifier and Type | Method and Description |
|---|---|
static <O extends ResolvedDeclaration> |
SymbolReference.adapt(SymbolReference<? extends O> ref,
Class<O> clazz) |
Copyright © 2007–2018. All rights reserved.