public class BeanContainerMethod extends java.lang.Object implements java.lang.Comparable<BeanContainerMethod>
| Modifier and Type | Field and Description |
|---|---|
BeanReference |
beanReference |
java.lang.reflect.Method |
method |
| Constructor and Description |
|---|
BeanContainerMethod(Context context,
java.lang.reflect.Method method) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(BeanContainerMethod o) |
void |
markToUse() |
java.lang.String |
toString() |
void |
writeBeanContainerMethod(int tab,
Outer out) |
public final BeanReference beanReference
public final java.lang.reflect.Method method
public BeanContainerMethod(Context context, java.lang.reflect.Method method)
public int compareTo(BeanContainerMethod o)
compareTo in interface java.lang.Comparable<BeanContainerMethod>public void writeBeanContainerMethod(int tab,
Outer out)
public void markToUse()
public java.lang.String toString()
toString in class java.lang.Object