void |
bindAllocation(Allocation va, int slot) 仅用于生成反射代码。 |
Script.FieldID |
createFieldID(int slot, Element e) 仅供生成的反射类使用。 |
Script.InvokeID |
createInvokeID(int slot) 仅供生成的反射类使用。 |
Script.KernelID |
createKernelID(int slot, int sig, Element ein, Element eout) 仅供生成的反射类使用。 |
void |
forEach(int slot, Allocation ain, Allocation aout, FieldPacker v) 仅用于生成反射代码。 |
void |
forEach(int slot, Allocation ain, Allocation aout, FieldPacker v, Script.LaunchOptions sc) 仅用于生成反射代码。 |
void |
invoke(int slot) 仅用于生成反射代码。 |
void |
invoke(int slot, FieldPacker v) 仅用于生成反射代码。 |
boolean |
isIncSupp() |
void |
setIncSupp(boolean useInc) |
void |
setTimeZone(String timeZone) |
void |
setVar(int index, float v) 仅用于生成反射代码。 |
void |
setVar(int index, FieldPacker v, Element e, int[] dims) 仅用于生成反射代码。 |
void |
setVar(int index, double v) 仅用于生成反射代码。 |
void |
setVar(int index, long v) 仅用于生成反射代码。 |
void |
setVar(int index, boolean v) 仅用于生成反射代码。 |
void |
setVar(int index, FieldPacker v) 仅用于生成反射代码。 |
void |
setVar(int index, int v) 仅用于生成反射代码。 |
void |
setVar(int index, BaseObj o) 仅用于生成反射代码。 |