Class JavaParserEnumDeclaration.ValuesMethod

java.lang.Object
com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserEnumDeclaration.ValuesMethod
All Implemented Interfaces:
AssociableToAST<MethodDeclaration>, 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:
https://docs.oracle.com/javase/specs/jls/se7/html/jls-8.html#jls-8.9.2, https://docs.oracle.com/javase/specs/jls/se8/html/jls-8.html#jls-8.9.3, https://docs.oracle.com/javase/specs/jls/se8/html/jls-14.html#jls-8.9.3