Lines Matching refs:elem
101 AElement(AElement elem) {
102 this(elem, elem.type);
105 AElement(AElement elem, ATypeElement type) {
106 this(elem.description,
108 tlAnnotationsHere.addAll(elem.tlAnnotationsHere);
111 AElement(AElement elem, Object description) {
112 this(description, elem.type == null ? null : elem.type.clone());
113 tlAnnotationsHere.addAll(elem.tlAnnotationsHere);