531d8235eb
Change-Id: Id859cf8ff40cd8c0ebce88874f11ca69c2697c59 Reviewed-on: https://dart-review.googlesource.com/c/79479 Reviewed-by: Danny Tuppeny <dantup@google.com> Reviewed-by: Konstantin Shcheglov <scheglov@google.com> Commit-Queue: Brian Wilkerson <brianwilkerson@google.com>
30 lines
633 B
Markdown
30 lines
633 B
Markdown
# Analyzing Dart
|
|
|
|
This is the table of contents for a set of tutorials that explain how to use the
|
|
analyzer package to analyze Dart source code.
|
|
|
|
## Pages
|
|
|
|
The following is a list of the pages available in this tutorial.
|
|
|
|
[Introduction][introduction] -
|
|
What capabilities does the analyzer package support?
|
|
|
|
[Performing Analysis][analysis]
|
|
How to set up the objects used to analyze code.
|
|
|
|
[The AST][ast]
|
|
What is an AST?
|
|
|
|
[The Element Model][element]
|
|
What is the element model?
|
|
|
|
[The Type Model][type]
|
|
What is the type model?
|
|
|
|
[analysis]: analysis.md
|
|
[ast]: ast.md
|
|
[element]: element.md
|
|
[introduction]: introduction.md
|
|
[type]: type.md
|