예제 #1
0
 public ExecutionScope(final String name) {
   // Add this IScope to the stack of nested IScopes.
   ThreadContext.addIScope(this, name);
 }