staticMethods property
Adapters for static methods on the enum type itself.
These are static factory/helper methods like PageFormat.fromString(name),
invoked as EnumType.staticMethod(args) from interpreted code.
Implementation
final Map<String, BridgedStaticMethodAdapter> staticMethods;