File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed
pkg/analyzer/lib/dart/element Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change 2
2
// for details. All rights reserved. Use of this source code is governed by a
3
3
// BSD-style license that can be found in the LICENSE file.
4
4
5
- // ignore_for_file: analyzer_use_new_elements
6
-
7
5
/// Defines the element model. The element model describes the semantic (as
8
6
/// opposed to syntactic) structure of Dart code. The syntactic structure of the
9
7
/// code is modeled by the [AST
10
8
/// structure](../dart_ast_ast/dart_ast_ast-library.html).
11
9
///
12
10
/// The element model consists of two closely related kinds of objects: elements
13
- /// (instances of a subclass of [ Element] ) and types. This library defines the
11
+ /// (instances of a subclass of ` Element` ) and types. This library defines the
14
12
/// elements, the types are defined in
15
13
/// [type.dart] (../dart_element_type/dart_element_type-library.html).
16
14
///
22
20
/// children of the element representing the class.
23
21
///
24
22
/// Every complete element structure is rooted by an instance of the class
25
- // ignore:deprecated_member_use_from_same_package
26
- /// [LibraryElement] . A library element represents a single Dart library. Every
23
+ /// `LibraryElement` . A library element represents a single Dart library. Every
27
24
/// library is defined by one or more compilation units (the library and all of
28
25
/// its parts). The compilation units are represented by the class
29
26
/// `CompilationUnitElement` and are children of the library that is defined by
You can’t perform that action at this time.
0 commit comments