Uses of Interface
com.github.javaparser.resolution.declarations.ResolvedTypeParametrizable
-
Packages that use ResolvedTypeParametrizable Package Description com.github.javaparser.resolution.declarations com.github.javaparser.symbolsolver.javaparsermodel.declarations com.github.javaparser.symbolsolver.javassistmodel Implementation of model based on Javassist.com.github.javaparser.symbolsolver.logic com.github.javaparser.symbolsolver.reflectionmodel Implementation of model based on reflection. -
-
Uses of ResolvedTypeParametrizable in com.github.javaparser.resolution.declarations
Subinterfaces of ResolvedTypeParametrizable in com.github.javaparser.resolution.declarations Modifier and Type Interface Description interfaceResolvedAnnotationDeclarationinterfaceResolvedClassDeclarationDeclaration of a Class (not an interface or an enum).interfaceResolvedConstructorDeclarationA declaration of a constructor.interfaceResolvedEnumDeclarationDeclaration of an Enum.interfaceResolvedInterfaceDeclarationAn interface declaration.interfaceResolvedMethodDeclarationA declaration of a method (either in an interface, a class, an enum or an annotation).interfaceResolvedMethodLikeDeclarationThis is a common interface for MethodDeclaration and ConstructorDeclaration.interfaceResolvedRecordDeclarationDeclaration of a Record (not an interface or an enum).interfaceResolvedReferenceTypeDeclarationMethods in com.github.javaparser.resolution.declarations that return ResolvedTypeParametrizable Modifier and Type Method Description ResolvedTypeParametrizableResolvedTypeParameterDeclaration. getContainer()The TypeParametrizable of the container. -
Uses of ResolvedTypeParametrizable in com.github.javaparser.symbolsolver.javaparsermodel.declarations
Classes in com.github.javaparser.symbolsolver.javaparsermodel.declarations that implement ResolvedTypeParametrizable Modifier and Type Class Description classDefaultConstructorDeclaration<N extends ResolvedReferenceTypeDeclaration>This represents the default constructor added by the compiler for objects not declaring one.classJavaParserAnnotationDeclarationclassJavaParserAnonymousClassDeclarationAn anonymous class declaration representation.classJavaParserClassDeclarationclassJavaParserConstructorDeclaration<N extends ResolvedReferenceTypeDeclaration>classJavaParserEnumDeclarationstatic classJavaParserEnumDeclaration.ValueOfMethodNeeded by ContextHelper An implicitly declared methodpublic static E valueOf(String name), which returns the enum constant ofEwith the specified name.static classJavaParserEnumDeclaration.ValuesMethodNeeded 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.classJavaParserInterfaceDeclarationclassJavaParserMethodDeclarationclassJavaParserRecordDeclarationHeavily based on JavaParserClassDeclarationstatic classJavaParserRecordDeclaration.CanonicalRecordConstructorstatic classJavaParserRecordDeclaration.ImplicitGetterMethodclassJavaParserTypeParameterclassJavaParserTypeVariableDeclarationMethods in com.github.javaparser.symbolsolver.javaparsermodel.declarations that return ResolvedTypeParametrizable Modifier and Type Method Description ResolvedTypeParametrizableJavaParserTypeParameter. getContainer() -
Uses of ResolvedTypeParametrizable in com.github.javaparser.symbolsolver.javassistmodel
Classes in com.github.javaparser.symbolsolver.javassistmodel that implement ResolvedTypeParametrizable Modifier and Type Class Description classJavassistAnnotationDeclarationclassJavassistClassDeclarationclassJavassistConstructorDeclarationclassJavassistEnumDeclarationclassJavassistInterfaceDeclarationclassJavassistMethodDeclarationclassJavassistRecordDeclarationFields in com.github.javaparser.symbolsolver.javassistmodel declared as ResolvedTypeParametrizable Modifier and Type Field Description private ResolvedTypeParametrizableJavassistTypeParameter. containerMethods in com.github.javaparser.symbolsolver.javassistmodel that return ResolvedTypeParametrizable Modifier and Type Method Description ResolvedTypeParametrizableJavassistTypeParameter. getContainer()Methods in com.github.javaparser.symbolsolver.javassistmodel with parameters of type ResolvedTypeParametrizable Modifier and Type Method Description private static ResolvedTypeJavassistUtils. getGenericParameterByName(java.lang.String typeName, ResolvedTypeParametrizable typeParametrizable, TypeSolver typeSolver)private static ResolvedTypeJavassistUtils. objectTypeArgumentToType(javassist.bytecode.SignatureAttribute.ObjectType typeArgument, TypeSolver typeSolver, ResolvedTypeParametrizable typeParametrizable)(package private) static ResolvedTypeJavassistUtils. signatureTypeToType(javassist.bytecode.SignatureAttribute.Type signatureType, TypeSolver typeSolver, ResolvedTypeParametrizable typeParametrizable)private static ResolvedTypeJavassistUtils. typeArgumentToType(javassist.bytecode.SignatureAttribute.TypeArgument typeArgument, TypeSolver typeSolver, ResolvedTypeParametrizable typeParametrizable)Constructors in com.github.javaparser.symbolsolver.javassistmodel with parameters of type ResolvedTypeParametrizable Constructor Description JavassistTypeParameter(javassist.bytecode.SignatureAttribute.TypeParameter wrapped, ResolvedTypeParametrizable container, TypeSolver typeSolver) -
Uses of ResolvedTypeParametrizable in com.github.javaparser.symbolsolver.logic
Classes in com.github.javaparser.symbolsolver.logic that implement ResolvedTypeParametrizable Modifier and Type Class Description classAbstractClassDeclarationA common ancestor for all ClassDeclarations.classAbstractTypeDeclarationCommon ancestor for most types. -
Uses of ResolvedTypeParametrizable in com.github.javaparser.symbolsolver.reflectionmodel
Classes in com.github.javaparser.symbolsolver.reflectionmodel that implement ResolvedTypeParametrizable Modifier and Type Class Description classReflectionAnnotationDeclarationclassReflectionClassDeclarationclassReflectionConstructorDeclarationclassReflectionEnumDeclarationclassReflectionInterfaceDeclarationclassReflectionMethodDeclarationclassReflectionRecordDeclarationFields in com.github.javaparser.symbolsolver.reflectionmodel declared as ResolvedTypeParametrizable Modifier and Type Field Description private ResolvedTypeParametrizableReflectionTypeParameter. containerMethods in com.github.javaparser.symbolsolver.reflectionmodel that return ResolvedTypeParametrizable Modifier and Type Method Description ResolvedTypeParametrizableReflectionTypeParameter. getContainer()
-