public class JavaParserEnumConstantDeclaration extends Object implements ValueDeclaration
Constructor and Description |
---|
JavaParserEnumConstantDeclaration(com.github.javaparser.ast.body.EnumConstantDeclaration wrappedNode,
TypeSolver typeSolver) |
Modifier and Type | Method and Description |
---|---|
String |
getName() |
Type |
getType() |
com.github.javaparser.ast.body.EnumConstantDeclaration |
getWrappedNode()
Returns the JavaParser node associated with this JavaParserEnumConstantDeclaration.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
asField, asMethod, asParameter, asType, hasName, isField, isMethod, isParameter, isType
public JavaParserEnumConstantDeclaration(com.github.javaparser.ast.body.EnumConstantDeclaration wrappedNode, TypeSolver typeSolver)
public Type getType()
getType
in interface ValueDeclaration
public String getName()
getName
in interface Declaration
public com.github.javaparser.ast.body.EnumConstantDeclaration getWrappedNode()
Copyright © 2016. All rights reserved.