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