Uses of Interface
com.github.javaparser.resolution.declarations.ResolvedEnumDeclaration
Packages that use ResolvedEnumDeclaration
Package
Description
Implementation of model based on Javassist.
Implementation of model based on reflection.
-
Uses of ResolvedEnumDeclaration in com.github.javaparser.ast.body
Classes in com.github.javaparser.ast.body that implement interfaces with type arguments of type ResolvedEnumDeclarationMethods in com.github.javaparser.ast.body that return ResolvedEnumDeclaration -
Uses of ResolvedEnumDeclaration in com.github.javaparser.resolution.declarations
Methods in com.github.javaparser.resolution.declarations that return ResolvedEnumDeclarationModifier and TypeMethodDescriptiondefault ResolvedEnumDeclarationResolvedEnumDeclaration.asEnum()default ResolvedEnumDeclarationResolvedTypeDeclaration.asEnum()Return this as a EnumDeclaration or throw UnsupportedOperationException. -
Uses of ResolvedEnumDeclaration in com.github.javaparser.symbolsolver.javaparsermodel.declarations
Classes in com.github.javaparser.symbolsolver.javaparsermodel.declarations that implement ResolvedEnumDeclaration -
Uses of ResolvedEnumDeclaration in com.github.javaparser.symbolsolver.javassistmodel
Classes in com.github.javaparser.symbolsolver.javassistmodel that implement ResolvedEnumDeclaration -
Uses of ResolvedEnumDeclaration in com.github.javaparser.symbolsolver.reflectionmodel
Classes in com.github.javaparser.symbolsolver.reflectionmodel that implement ResolvedEnumDeclaration