public class ConstructorOrMethod extends Object
Constructor and Description |
---|
ConstructorOrMethod(Constructor c) |
ConstructorOrMethod(Method m) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Constructor |
getConstructor() |
Class<?> |
getDeclaringClass() |
boolean |
getEnabled() |
Method |
getMethod() |
String |
getName() |
Class[] |
getParameterTypes() |
int |
hashCode() |
void |
setEnabled(boolean enabled) |
String |
toString() |
public ConstructorOrMethod(Method m)
public ConstructorOrMethod(Constructor c)
public Class<?> getDeclaringClass()
public String getName()
public Class[] getParameterTypes()
public Method getMethod()
public Constructor getConstructor()
public void setEnabled(boolean enabled)
public boolean getEnabled()
Copyright © 2018. All rights reserved.