prints name of activity that is unparsed Prints a debug trace message containing the (closing) tag name of the activity of the given id. If myindent is set to true, the indentation is reduced.
Definition at line 162 of file ast-tools.cc. Referenced by footer(). 00163 { 00164 if (myindent) 00165 indent -= indentStep; 00166 00167 trace(TRACE_DEBUG, "[PNU]" + inString() + "</" + globals::ASTEmap[id]->activityTypeName() + " id=" + toString(id) + ">\n"); 00168 }
Here is the caller graph for this function: ![]()
|
1.5.2