Пример #1
0
 /** Mark tail-recursive calls on templates and functions. */
 public boolean markTailCalls() {
   StyleElement last = getLastChildInstruction();
   return last != null && last.markTailCalls();
 }