public static enum Implementation.Target.MethodLookup.Default extends Enum<Implementation.Target.MethodLookup.Default> implements Implementation.Target.MethodLookup
Implementation.Target.MethodLookup.Implementation.Target.MethodLookup.Default| Enum Constant and Description | 
|---|
| EXACTAn exact method lookup which directly invokes the given method. | 
| MOST_SPECIFICLooks up a most specific method by a method signature. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | toString() | 
| static Implementation.Target.MethodLookup.Default | valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static Implementation.Target.MethodLookup.Default[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOfresolvepublic static final Implementation.Target.MethodLookup.Default EXACT
public static final Implementation.Target.MethodLookup.Default MOST_SPECIFIC
public static Implementation.Target.MethodLookup.Default[] values()
for (Implementation.Target.MethodLookup.Default c : Implementation.Target.MethodLookup.Default.values()) System.out.println(c);
public static Implementation.Target.MethodLookup.Default 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 String toString()
toString in class Enum<Implementation.Target.MethodLookup.Default>Copyright © 2014–2015. All rights reserved.