_nLines = nLines;
}
void interpret(InterpretContext ic)
throws DspException, IOException {
final Action parent = ic.action;
try {
ic.action = newAction();
//1. apply attributes
if (_attrs != null) {
for (Iterator it = _attrs.iterator(); it.hasNext();)