staticMethods property

Map<String, BridgedStaticMethodAdapter> staticMethods
final

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;