Type Alias pdl_compiler::analyzer::ast::File
source · pub type File = File<Annotation>;
Aliased Type§
struct File {
pub version: String,
pub file: usize,
pub comments: Vec<Comment>,
pub endianness: Endianness,
pub declarations: Vec<Decl<Annotation>>,
}
Fields§
§version: String
§file: usize
§comments: Vec<Comment>
§endianness: Endianness
§declarations: Vec<Decl<Annotation>>