return StructUtil.toDumpTable(sct, dspName, pageContext, maxlevel, dp);
}
protected ExpressionException invalidKey(String key) {
return new ExpressionException("variable ["+key+"] doesn't exist in "+StringUtil.ucFirst(name)+" Scope (keys:"+ListUtil.arrayToList(keys(), ",")+")");
}