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, waitasField, asMethod, asParameter, asType, hasName, isField, isMethod, isParameter, isTypepublic JavaParserEnumConstantDeclaration(com.github.javaparser.ast.body.EnumConstantDeclaration wrappedNode,
TypeSolver typeSolver)
public Type getType()
getType in interface ValueDeclarationpublic String getName()
getName in interface Declarationpublic com.github.javaparser.ast.body.EnumConstantDeclaration getWrappedNode()
Copyright © 2016. All rights reserved.