public class ReflectionEnumConstantDeclaration extends Object implements ResolvedEnumConstantDeclaration
Constructor and Description |
---|
ReflectionEnumConstantDeclaration(Field enumConstant,
TypeSolver typeSolver) |
Modifier and Type | Method and Description |
---|---|
String |
getName() |
ResolvedType |
getType() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
asEnumConstant, isEnumConstant
asField, asMethod, asParameter, asType, asTypePattern, hasName, isField, isMethod, isParameter, isType, isTypePattern, isVariable
toAst, toAst
public ReflectionEnumConstantDeclaration(Field enumConstant, TypeSolver typeSolver)
public String getName()
getName
in interface ResolvedDeclaration
getName
in interface ResolvedEnumConstantDeclaration
public ResolvedType getType()
getType
in interface ResolvedValueDeclaration
Copyright © 2007–2024. All rights reserved.