Class ReflectionEnumConstantDeclaration

  • 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 ReflectionEnumConstantDeclaration
    extends java.lang.Object
    implements com.github.javaparser.resolution.declarations.ResolvedEnumConstantDeclaration
    • Constructor Summary

      Constructors 
      Constructor Description
      ReflectionEnumConstantDeclaration​(java.lang.reflect.Field enumConstant, com.github.javaparser.resolution.TypeSolver typeSolver)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getName()  
      com.github.javaparser.resolution.types.ResolvedType getType()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface com.github.javaparser.resolution.declarations.AssociableToAST

        toAst, 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 Detail

      • ReflectionEnumConstantDeclaration

        public ReflectionEnumConstantDeclaration​(java.lang.reflect.Field enumConstant,
                                                 com.github.javaparser.resolution.TypeSolver typeSolver)
    • Method Detail

      • getName

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

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