encloseElement method
void
encloseElement(
- ElementImpl element
inherited
Set this element as the enclosing element for given element
.
Implementation
void encloseElement(ElementImpl element) {
element.enclosingElement3 = this;
element.enclosingElement = this;
}