예제 #1
0
 protected ClassBodyCodegen(
     JetClassOrObject aClass, CodegenContext context, ClassBuilder v, GenerationState state) {
   super(state);
   descriptor = state.getBindingContext().get(BindingContext.CLASS, aClass);
   myClass = aClass;
   this.context = context;
   this.kind = context.getContextKind();
   this.v = v;
 }