public static enum MethodLookupEngine.Default.MethodBucket.DefaultMethodLookup.Disabled extends Enum<MethodLookupEngine.Default.MethodBucket.DefaultMethodLookup.Disabled> implements MethodLookupEngine.Default.MethodBucket.DefaultMethodLookup
MethodLookupEngine.Default.MethodBucket.DefaultMethodLookup
that does not extract any default interfaces.MethodLookupEngine.Default.MethodBucket.DefaultMethodLookup.Disabled, MethodLookupEngine.Default.MethodBucket.DefaultMethodLookup.Enabled| Enum Constant and Description |
|---|
INSTANCE
The singleton instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
begin(TypeDescription typeDescription)
Announces the begin of the analysis of a given type.
|
void |
complete(TypeDescription typeDescription)
Announces that a type was fully analyzed, including all of its super interfaces.
|
void |
register(MethodDescription methodDescription)
Announces the begin of the analysis of a given type.
|
String |
toString() |
static MethodLookupEngine.Default.MethodBucket.DefaultMethodLookup.Disabled |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MethodLookupEngine.Default.MethodBucket.DefaultMethodLookup.Disabled[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MethodLookupEngine.Default.MethodBucket.DefaultMethodLookup.Disabled INSTANCE
public static MethodLookupEngine.Default.MethodBucket.DefaultMethodLookup.Disabled[] values()
for (MethodLookupEngine.Default.MethodBucket.DefaultMethodLookup.Disabled c : MethodLookupEngine.Default.MethodBucket.DefaultMethodLookup.Disabled.values()) System.out.println(c);
public static MethodLookupEngine.Default.MethodBucket.DefaultMethodLookup.Disabled 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 void begin(TypeDescription typeDescription)
MethodLookupEngine.Default.MethodBucket.DefaultMethodLookupbegin in interface MethodLookupEngine.Default.MethodBucket.DefaultMethodLookuptypeDescription - The type to analyze.public void register(MethodDescription methodDescription)
MethodLookupEngine.Default.MethodBucket.DefaultMethodLookupregister in interface MethodLookupEngine.Default.MethodBucket.DefaultMethodLookupmethodDescription - Announces a new method to be discovered for the last announced type.public void complete(TypeDescription typeDescription)
MethodLookupEngine.Default.MethodBucket.DefaultMethodLookupcomplete in interface MethodLookupEngine.Default.MethodBucket.DefaultMethodLookuptypeDescription - The type which was fully processed.public String toString()
toString in class Enum<MethodLookupEngine.Default.MethodBucket.DefaultMethodLookup.Disabled>Copyright © 2014–2015. All rights reserved.