Class ReflectionEnumConstantDeclaration
java.lang.Object
com.github.javaparser.symbolsolver.reflectionmodel.ReflectionEnumConstantDeclaration
- All Implemented Interfaces:
ResolvedDeclaration,ResolvedEnumConstantDeclaration,ResolvedValueDeclaration
public class ReflectionEnumConstantDeclaration
extends Object
implements ResolvedEnumConstantDeclaration
-
Constructor Summary
ConstructorsConstructorDescriptionReflectionEnumConstantDeclaration(Field enumConstant, TypeSolver typeSolver) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.github.javaparser.resolution.declarations.ResolvedDeclaration
asField, asMethod, asParameter, asPattern, asType, hasName, isField, isMethod, isParameter, isPattern, isType, isVariableMethods inherited from interface com.github.javaparser.resolution.declarations.ResolvedEnumConstantDeclaration
asEnumConstant, isEnumConstant
-
Constructor Details
-
ReflectionEnumConstantDeclaration
-
-
Method Details
-
getName
- Specified by:
getNamein interfaceResolvedDeclaration- Specified by:
getNamein interfaceResolvedEnumConstantDeclaration
-
getType
- Specified by:
getTypein interfaceResolvedValueDeclaration
-