Module as3_parser::compilation_unit

source ·
Expand description

Defines the compilation unit, comments, and source locations.

Structs§

  • CompilationUnit identifies an AS3 compilation unit and contains a source text.
  • Represents a source location. This location includes spanning lines and columns and the reference compilation unit.