433434435436437438439
public CodeBlock STOREVAR (String fuid, int pos){ if(pos == -1){ getConstantIndex(vf.string(fuid)); } return add(new StoreVar(this, fuid, pos)); }