Class JavaParserEnumDeclaration.ValueOfMethod

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

public static class JavaParserEnumDeclaration.ValueOfMethod extends Object implements ResolvedMethodDeclaration, TypeVariableResolutionCapability
Needed by ContextHelper An implicitly declared method public static E valueOf(String name), which returns the enum constant of E with the specified name.
See Also: