Uses of Interface
com.github.javaparser.symbolsolver.core.resolution.TypeVariableResolutionCapability
-
Packages that use TypeVariableResolutionCapability Package Description com.github.javaparser.symbolsolver.javaparsermodel.declarations com.github.javaparser.symbolsolver.javassistmodel Implementation of model based on Javassist.com.github.javaparser.symbolsolver.reflectionmodel 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 TypeVariableResolutionCapability Modifier and Type Class Description static class
JavaParserEnumDeclaration.ValueOfMethod
Needed by ContextHelper An implicitly declared methodpublic static E valueOf(String name)
, which returns the enum constant ofE
with the specified name.static class
JavaParserEnumDeclaration.ValuesMethod
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
JavaParserMethodDeclaration
static class
JavaParserRecordDeclaration.ImplicitGetterMethod
-
Uses of TypeVariableResolutionCapability in com.github.javaparser.symbolsolver.javassistmodel
Classes in com.github.javaparser.symbolsolver.javassistmodel that implement TypeVariableResolutionCapability Modifier and Type Class Description class
JavassistMethodDeclaration
-
Uses of TypeVariableResolutionCapability in com.github.javaparser.symbolsolver.reflectionmodel
Classes in com.github.javaparser.symbolsolver.reflectionmodel that implement TypeVariableResolutionCapability Modifier and Type Class Description class
ReflectionMethodDeclaration
-