Uses of Interface
com.github.javaparser.symbolsolver.core.resolution.TypeVariableResolutionCapability
Packages that use TypeVariableResolutionCapability
Package
Description
Implementation of model based on Javassist.
Implementation of model based on reflection.
-
Uses of TypeVariableResolutionCapability in com.github.javaparser.symbolsolver.javaparsermodel.declarations
Classes in com.github.javaparser.symbolsolver.javaparsermodel.declarations that implement TypeVariableResolutionCapabilityModifier and TypeClassDescriptionstatic 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
static class
-
Uses of TypeVariableResolutionCapability in com.github.javaparser.symbolsolver.javassistmodel
Classes in com.github.javaparser.symbolsolver.javassistmodel that implement TypeVariableResolutionCapability -
Uses of TypeVariableResolutionCapability in com.github.javaparser.symbolsolver.reflectionmodel
Classes in com.github.javaparser.symbolsolver.reflectionmodel that implement TypeVariableResolutionCapability