Package | Description |
---|---|
com.github.misberner.apcommons.util.methods |
Modifier and Type | Method and Description |
---|---|
static ObjectMethod[] |
ObjectMethod.allMethods() |
static ObjectMethod[] |
ObjectMethod.arity0Methods() |
static ObjectMethod[] |
ObjectMethod.arity1Methods() |
static ObjectMethod[] |
ObjectMethod.arity2Methods() |
static ObjectMethod |
ObjectMethod.getObjectMethod(ExecutableElement ee) |
static ObjectMethod[] |
ObjectMethod.methodsOfArity(int arity) |
static ObjectMethod |
ObjectMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ObjectMethod[] |
ObjectMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2013–2014. All rights reserved.