A C D F G H I N S T U V 
All Classes All Packages

A

adapt(SymbolReference<? extends O>, Class<O>) - Static method in class com.github.javaparser.symbolsolver.model.resolution.SymbolReference
 

C

com.github.javaparser.symbolsolver.model.resolution - package com.github.javaparser.symbolsolver.model.resolution
 
com.github.javaparser.symbolsolver.model.typesystem - package com.github.javaparser.symbolsolver.model.typesystem
 

D

describe() - Method in class com.github.javaparser.symbolsolver.model.typesystem.NullType
 

F

from(ResolvedValueDeclaration) - Static method in class com.github.javaparser.symbolsolver.model.resolution.Value
Create a Value from a ValueDeclaration.

G

getCorrespondingDeclaration() - Method in class com.github.javaparser.symbolsolver.model.resolution.SymbolReference
The corresponding declaration.
getName() - Method in class com.github.javaparser.symbolsolver.model.resolution.Value
 
getParent() - Method in interface com.github.javaparser.symbolsolver.model.resolution.TypeSolver
Parent of the this TypeSolver.
getRoot() - Method in interface com.github.javaparser.symbolsolver.model.resolution.TypeSolver
Get the root of the hierarchy of type solver.
getType() - Method in class com.github.javaparser.symbolsolver.model.resolution.Value
 

H

hasType(String) - Method in interface com.github.javaparser.symbolsolver.model.resolution.TypeSolver
 

I

INSTANCE - Static variable in class com.github.javaparser.symbolsolver.model.typesystem.NullType
 
isArray() - Method in class com.github.javaparser.symbolsolver.model.typesystem.NullType
 
isAssignableBy(ResolvedType) - Method in class com.github.javaparser.symbolsolver.model.typesystem.NullType
 
isNull() - Method in class com.github.javaparser.symbolsolver.model.typesystem.NullType
 
isPrimitive() - Method in class com.github.javaparser.symbolsolver.model.typesystem.NullType
 
isReferenceType() - Method in class com.github.javaparser.symbolsolver.model.typesystem.NullType
 
isSolved() - Method in class com.github.javaparser.symbolsolver.model.resolution.SymbolReference
Is the reference solved?
isTypeVariable() - Method in class com.github.javaparser.symbolsolver.model.typesystem.NullType
 

N

NullType - Class in com.github.javaparser.symbolsolver.model.typesystem
This is a virtual type used to represent null values.

S

setParent(TypeSolver) - Method in interface com.github.javaparser.symbolsolver.model.resolution.TypeSolver
Set the parent of this TypeSolver.
solved(S2) - Static method in class com.github.javaparser.symbolsolver.model.resolution.SymbolReference
Create a solve reference to the given symbol.
solveType(String) - Method in interface com.github.javaparser.symbolsolver.model.resolution.TypeSolver
Solve the given type.
SymbolReference<S extends com.github.javaparser.resolution.declarations.ResolvedDeclaration> - Class in com.github.javaparser.symbolsolver.model.resolution
A reference to a symbol.

T

toString() - Method in class com.github.javaparser.symbolsolver.model.resolution.SymbolReference
 
toString() - Method in class com.github.javaparser.symbolsolver.model.resolution.Value
 
tryToSolveType(String) - Method in interface com.github.javaparser.symbolsolver.model.resolution.TypeSolver
Try to solve the type with the given name.
TypeSolver - Interface in com.github.javaparser.symbolsolver.model.resolution
An element able to find TypeDeclaration from their name.

U

unsolved(Class<S2>) - Static method in class com.github.javaparser.symbolsolver.model.resolution.SymbolReference
Create an unsolved reference specifying the type of the value expected.

V

Value - Class in com.github.javaparser.symbolsolver.model.resolution
Any type of value.
Value(ResolvedType, String) - Constructor for class com.github.javaparser.symbolsolver.model.resolution.Value
 
A C D F G H I N S T U V 
All Classes All Packages