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.ResolvedValueDeclaration
public java.lang.String getName()
getName
in interface com.github.javaparser.resolution.declarations.ResolvedDeclaration
getName
in interface com.github.javaparser.resolution.declarations.ResolvedEnumConstantDeclaration
public com.github.javaparser.ast.body.EnumConstantDeclaration getWrappedNode()