public class JavaParserEnumConstantDeclaration extends Object implements ResolvedEnumConstantDeclaration
Constructor and Description |
---|
JavaParserEnumConstantDeclaration(EnumConstantDeclaration wrappedNode,
TypeSolver typeSolver) |
Modifier and Type | Method and Description |
---|---|
String |
getName() |
ResolvedType |
getType() |
EnumConstantDeclaration |
getWrappedNode()
Returns the JavaParser node associated with this JavaParserEnumConstantDeclaration.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
asEnumConstant, isEnumConstant
asField, asMethod, asParameter, asPattern, asType, hasName, isField, isMethod, isParameter, isPattern, isType, isVariable
public JavaParserEnumConstantDeclaration(EnumConstantDeclaration wrappedNode, TypeSolver typeSolver)
public ResolvedType getType()
getType
in interface ResolvedValueDeclaration
public String getName()
getName
in interface ResolvedDeclaration
getName
in interface ResolvedEnumConstantDeclaration
public EnumConstantDeclaration getWrappedNode()
Copyright © 2007–2021. All rights reserved.