Class JavaParserEnumConstantDeclaration

java.lang.Object
com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserEnumConstantDeclaration
All Implemented Interfaces:
com.github.javaparser.resolution.declarations.AssociableToAST, com.github.javaparser.resolution.declarations.ResolvedDeclaration, com.github.javaparser.resolution.declarations.ResolvedEnumConstantDeclaration, com.github.javaparser.resolution.declarations.ResolvedValueDeclaration

public class JavaParserEnumConstantDeclaration extends Object implements com.github.javaparser.resolution.declarations.ResolvedEnumConstantDeclaration
Author:
Federico Tomassetti
  • Constructor Summary

    Constructors
    Constructor
    Description
    JavaParserEnumConstantDeclaration(com.github.javaparser.ast.body.EnumConstantDeclaration wrappedNode, com.github.javaparser.resolution.TypeSolver typeSolver)
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    com.github.javaparser.resolution.types.ResolvedType
     
    com.github.javaparser.ast.body.EnumConstantDeclaration
    Returns the JavaParser node associated with this JavaParserEnumConstantDeclaration.
    Optional<com.github.javaparser.ast.Node>
     

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface com.github.javaparser.resolution.declarations.AssociableToAST

    toAst

    Methods inherited from interface com.github.javaparser.resolution.declarations.ResolvedDeclaration

    asField, asMethod, asParameter, asType, asTypePattern, hasName, isArrayLength, isField, isMethod, isParameter, isType, isTypePattern, isVariable

    Methods inherited from interface com.github.javaparser.resolution.declarations.ResolvedEnumConstantDeclaration

    asEnumConstant, isEnumConstant
  • Constructor Details

    • JavaParserEnumConstantDeclaration

      public JavaParserEnumConstantDeclaration(com.github.javaparser.ast.body.EnumConstantDeclaration wrappedNode, com.github.javaparser.resolution.TypeSolver typeSolver)
  • Method Details

    • getType

      public com.github.javaparser.resolution.types.ResolvedType getType()
      Specified by:
      getType in interface com.github.javaparser.resolution.declarations.ResolvedValueDeclaration
    • getName

      public String getName()
      Specified by:
      getName in interface com.github.javaparser.resolution.declarations.ResolvedDeclaration
      Specified by:
      getName in interface com.github.javaparser.resolution.declarations.ResolvedEnumConstantDeclaration
    • getWrappedNode

      public com.github.javaparser.ast.body.EnumConstantDeclaration getWrappedNode()
      Returns the JavaParser node associated with this JavaParserEnumConstantDeclaration.
      Returns:
      A visitable JavaParser node wrapped by this object.
    • toAst

      public Optional<com.github.javaparser.ast.Node> toAst()
      Specified by:
      toAst in interface com.github.javaparser.resolution.declarations.AssociableToAST