예제 #1
0
 public BuildMetaClass(Context context, String name) {
   super(null);
   this.className = name;
   this.context = Context.create(context);
   this.context.addVariable(Variable.create("this", this));
   context.attachClass(this);
 }