public class JavaParserEnumConstantDeclaration
extends java.lang.Object
implements com.github.javaparser.resolution.declarations.ResolvedEnumConstantDeclaration
| Constructor and Description |
|---|
JavaParserEnumConstantDeclaration(com.github.javaparser.ast.body.EnumConstantDeclaration wrappedNode,
com.github.javaparser.symbolsolver.model.resolution.TypeSolver typeSolver) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName() |
com.github.javaparser.resolution.types.ResolvedType |
getType() |
com.github.javaparser.ast.body.EnumConstantDeclaration |
getWrappedNode()
Returns the JavaParser node associated with this JavaParserEnumConstantDeclaration.
|
public JavaParserEnumConstantDeclaration(com.github.javaparser.ast.body.EnumConstantDeclaration wrappedNode,
com.github.javaparser.symbolsolver.model.resolution.TypeSolver typeSolver)
public com.github.javaparser.resolution.types.ResolvedType getType()
getType in interface com.github.javaparser.resolution.declarations.ResolvedValueDeclarationpublic java.lang.String getName()
getName in interface com.github.javaparser.resolution.declarations.ResolvedDeclarationgetName in interface com.github.javaparser.resolution.declarations.ResolvedEnumConstantDeclarationpublic com.github.javaparser.ast.body.EnumConstantDeclaration getWrappedNode()