public class InjectGather extends Object implements Runnable, Comparable<InjectGather>
| 限定符和类型 | 字段和说明 |
|---|---|
int |
index |
| 构造器和说明 |
|---|
InjectGather(int label,
Class<?> outType,
boolean requireRun,
int varSize,
ConsumerEx<Object[]> onDone) |
public InjectGather(int label,
Class<?> outType,
boolean requireRun,
int varSize,
ConsumerEx<Object[]> onDone)
public boolean isDone()
public boolean isMethod()
public Class<?> getOutType()
public void add(VarHolder p)
public int compareTo(InjectGather o)
compareTo 在接口中 Comparable<InjectGather>Copyright © 2024. All rights reserved.