encloseElement method

void encloseElement(
  1. ElementImpl element
)
inherited

Set this element as the enclosing element for given element.

Implementation

void encloseElement(ElementImpl element) {
  element.enclosingElement = this;
}