public ProgramRefValue(OpCodeList progamRef) { valueType = ValueTypeID.TYPE_PROGRAMREF; val = progamRef; }
public FunctionRef(OpCodeList codePart, int numberOfDefinedParameters) { this.codePart = codePart; this.numParams = numberOfDefinedParameters; }