MethodGenerator constructor

MethodGenerator(
  1. ClassElement method,
  2. LibraryReader symtable
)

Implementation

MethodGenerator(this.method, this.symtable)
    : commonElements = method.commonElements;