public static enum HandleDelegate.DelegateReceiver extends Enum<HandleDelegate.DelegateReceiver>
| Modifier and Type | Method and Description |
|---|---|
abstract com.sun.tools.javac.tree.JCTree.JCExpression |
get(JavacNode node,
com.sun.tools.javac.util.Name name) |
static HandleDelegate.DelegateReceiver |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HandleDelegate.DelegateReceiver[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HandleDelegate.DelegateReceiver METHOD
public static final HandleDelegate.DelegateReceiver FIELD
public static HandleDelegate.DelegateReceiver[] values()
for (HandleDelegate.DelegateReceiver c : HandleDelegate.DelegateReceiver.values()) System.out.println(c);
public static HandleDelegate.DelegateReceiver 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 abstract com.sun.tools.javac.tree.JCTree.JCExpression get(JavacNode node, com.sun.tools.javac.util.Name name)
Copyright © 2009-2014 The Project Lombok Authors, licensed under the MIT licence.