public static enum MethodLookupEngine.Default.Factory extends Enum<MethodLookupEngine.Default.Factory> implements MethodLookupEngine.Factory
MethodLookupEngine.Default
lookup
engines.Enum Constant and Description |
---|
INSTANCE
The singleton instance.
|
Modifier and Type | Method and Description |
---|---|
MethodLookupEngine |
make(ClassFileVersion classFileVersion)
Returns a
MethodLookupEngine . |
static MethodLookupEngine.Default.Factory |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MethodLookupEngine.Default.Factory[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MethodLookupEngine.Default.Factory INSTANCE
public static MethodLookupEngine.Default.Factory[] values()
for (MethodLookupEngine.Default.Factory c : MethodLookupEngine.Default.Factory.values()) System.out.println(c);
public static MethodLookupEngine.Default.Factory valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic MethodLookupEngine make(ClassFileVersion classFileVersion)
MethodLookupEngine.Factory
MethodLookupEngine
.make
in interface MethodLookupEngine.Factory
classFileVersion
- The class file version of the created type.MethodLookupEngine
.Copyright © 2014. All rights reserved.