Package | Description |
---|---|
com.github.javaparser.symbolsolver.model.resolution |
Modifier and Type | Method and Description |
---|---|
static <O extends Declaration> |
SymbolReference.adapt(SymbolReference<? extends O> ref,
Class<O> clazz) |
static <S extends Declaration,S2 extends S> |
SymbolReference.solved(S2 symbolDeclaration)
Create a solve reference to the given symbol.
|
SymbolReference<ReferenceTypeDeclaration> |
TypeSolver.tryToSolveType(String name)
Try to solve the type with the given name.
|
static <S extends Declaration,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 Declaration> |
SymbolReference.adapt(SymbolReference<? extends O> ref,
Class<O> clazz) |
Copyright © 2016. All rights reserved.