Ejemplo n.º 1
0
 void exitScopeIfActive(NodeTraversal t) {
   if (isActive() && scopedCallback != null) {
     scopedCallback.exitScope(t);
   }
 }