Beispiel #1
0
 public PropertyCodegen(
     CodegenContext context,
     ClassBuilder v,
     FunctionCodegen functionCodegen,
     GenerationState state) {
   this.v = v;
   this.functionCodegen = functionCodegen;
   this.state = state;
   this.kind = context.getContextKind();
 }