Docs.rs
  • as3_parser-0.3.6
    • as3_parser 0.3.6
    • Docs.rs crate page
    • MIT OR Apache-2.0
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • hydroper
    • Dependencies
      • bitflags ^2.4.1 normal
      • by_address ^1.1.0 normal
      • clap ^4.4.8 normal
      • conv ^0.3.3 normal
      • file_paths ^1.0.0 normal
      • late_format ^1.0.0 normal
      • lazy-regex ^3.0.2 normal
      • lazy_static ^1.4.0 normal
      • maplit ^1.0.2 normal
      • num-derive ^0.4.1 normal
      • num-traits ^0.2.17 normal
      • serde ^1.0.192 normal
      • serde_json ^1.0.108 normal
      • unicode-general-category ^0.6.0 normal
    • Versions
    • 15% of the crate is documented
  • This release has been yanked, go to latest version
  • Platform
    • i686-pc-windows-msvc
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • x86_64-pc-windows-msvc
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

as3_parser0.3.6

Module ast

  • Structs
  • Enums

In crate as3_parser

?
Change settings

Module as3_parser::ast

source ·

Structs

  • Annotations
  • AsDoc
  • Block
  • CatchClause
  • ClassDefinition
  • ConstructorDefinition
  • Destructuring
  • Directive
  • EnumDefinition
  • ExportDirective
    An export directive.
  • Expression
  • FinallyClause
  • FunctionCommon
  • FunctionDefinition
  • FunctionFlags
  • FunctionParam
  • FunctionTypeParam
  • GenericParam
  • Generics
  • GenericsWhere
  • GenericsWhereConstraint
  • GetterDefinition
  • ImportDirective
    An import directive.
  • IncludeDirective
  • InterfaceDefinition
  • Metadata
  • MetadataEntry
  • Modifiers
  • NamespaceDefinition
  • NonAttributeQualifiedIdentifier
  • PackageDefinition
  • Program
  • QualifiedIdentifier
  • RecordDestructuringField
  • RecordTypeField
  • SetterDefinition
  • SimpleVariableDeclaration
  • Statement
  • SwitchCase
  • SwitchTypeCase
  • TypeDefinition
  • TypeExpression
  • VariableBinding
  • VariableDefinition
  • XmlAttribute
  • XmlElement

Enums

  • ArrayDestructuringItem
  • AsDocTag
  • AssignmentLeft
  • DestructuringKind
  • DirectiveKind
  • ExportItem
  • ExpressionKind
  • FieldNullability
  • ForInLeft
  • ForInit
  • FunctionBody
  • FunctionParamKind
  • IdentifierOrBrackets
  • ImportItem
  • ObjectField
  • ObjectKey
  • ReservedNamespace
  • StatementKind
  • TypeExpressionKind
  • VariableKind
  • XmlAttributeOrExpression
  • XmlAttributeValueOrExpression
  • XmlElementContent
  • XmlTagName