public class InjectGather extends java.lang.Object implements java.lang.Runnable, java.lang.Comparable<InjectGather>
限定符和类型 | 字段和说明 |
---|---|
int |
index |
构造器和说明 |
---|
InjectGather(int label,
java.lang.Class<?> outType,
boolean requireRun,
int varSize,
ConsumerEx<java.lang.Object[]> onDone) |
public InjectGather(int label, java.lang.Class<?> outType, boolean requireRun, int varSize, ConsumerEx<java.lang.Object[]> onDone)
public boolean isDone()
public boolean isMethod()
public java.lang.Class<?> getOutType()
public java.util.List<VarHolder> getVars()
public void add(VarHolder p)
public void run()
run
在接口中 java.lang.Runnable
public void check() throws java.lang.Throwable
java.lang.Throwable
public int compareTo(InjectGather o)
compareTo
在接口中 java.lang.Comparable<InjectGather>