public static enum HandleDelegate.DelegateReceiver extends java.lang.Enum<HandleDelegate.DelegateReceiver>
Modifier and Type | Method and Description |
---|---|
abstract JCExpression |
get(JavacNode node,
Name name) |
static HandleDelegate.DelegateReceiver |
valueOf(java.lang.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(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic abstract JCExpression get(JavacNode node, Name name)
Copyright © 2009-2015 The Project Lombok Authors, licensed under the MIT licence.