void header ( kc::integer  id,
bool  myindent 
)

prints name of activity that is unparsed

This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.

See also:
header(int id, bool myindent)

Definition at line 141 of file ast-tools.cc.

00142 {
00143   assert(id!=NULL);
00144   header(id->value, myindent);
00145 }


Generated on Thu Jan 24 04:01:00 2008 for GNU BPEL2oWFN by  doxygen 1.5.2