Class JavaParserEnumDeclaration.ValuesMethod

java.lang.Object
com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserEnumDeclaration.ValuesMethod
All Implemented Interfaces:
AssociableToAST, HasAccessSpecifier, ResolvedDeclaration, ResolvedMethodDeclaration, ResolvedMethodLikeDeclaration, ResolvedTypeParametrizable, TypeVariableResolutionCapability
Enclosing class:
JavaParserEnumDeclaration

public static class JavaParserEnumDeclaration.ValuesMethod extends Object implements ResolvedMethodDeclaration, TypeVariableResolutionCapability
Needed by ContextHelper An implicitly declared method public static E[] values(), which returns an array containing the enum constants of E, in the same order as they appear in the body of the declaration of E.
See Also: