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.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.classJavaParserInterfaceDeclarationclassJavaParserMethodDeclarationclassJavaParserTypeParameterclassJavaParserTypeVariableDeclarationMethods 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 classJavassistAnnotationDeclarationclassJavassistClassDeclarationclassJavassistConstructorDeclarationclassJavassistEnumDeclarationclassJavassistInterfaceDeclarationclassJavassistMethodDeclarationMethods in com.github.javaparser.symbolsolver.javassistmodel that return ResolvedTypeParametrizable Modifier and Type Method Description ResolvedTypeParametrizableJavassistTypeParameter. getContainer()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 classReflectionAnnotationDeclarationclassReflectionClassDeclarationclassReflectionConstructorDeclarationclassReflectionEnumDeclarationclassReflectionInterfaceDeclarationclassReflectionMethodDeclarationMethods in com.github.javaparser.symbolsolver.reflectionmodel that return ResolvedTypeParametrizable Modifier and Type Method Description ResolvedTypeParametrizableReflectionTypeParameter. getContainer()
-