public class Variables extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
Variables |
copy(Object[] target,
int scopeIndex,
int... args) |
Object |
getValue(int index) |
Map<String,Object> |
getVariables(MagicScriptContext context) |
void |
setScopeValue(int index,
Object value) |
void |
setValue(int index,
Object value) |
public Variables(int size)
public Variables(Object[] elements, int scopeIndex, int[] args)
Copyright © 2020–2022. All rights reserved.