public class JavaParserEnumConstantDeclaration extends Object implements com.github.javaparser.resolution.declarations.ResolvedEnumConstantDeclaration
Constructor and Description |
---|
JavaParserEnumConstantDeclaration(com.github.javaparser.ast.body.EnumConstantDeclaration wrappedNode,
TypeSolver typeSolver) |
Modifier and Type | Method and Description |
---|---|
String |
getName() |
com.github.javaparser.resolution.types.ResolvedType |
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
public JavaParserEnumConstantDeclaration(com.github.javaparser.ast.body.EnumConstantDeclaration wrappedNode, TypeSolver typeSolver)
public com.github.javaparser.resolution.types.ResolvedType getType()
getType
in interface com.github.javaparser.resolution.declarations.ResolvedValueDeclaration
public 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()
Copyright © 2007–2019. All rights reserved.