Struct xswag_syntax_java::ast::CompilationUnit [] [src]

pub struct CompilationUnit {
    pub package: Option<Path>,
    pub imports: Vec<Import>,
    pub types: Vec<TypeDef>,
}

A Java compilation unit. This is the goal symbol for the syntactic grammar.

Fields

Trait Implementations

impl Debug for CompilationUnit
[src]

Formats the value using the given formatter.

impl Clone for CompilationUnit
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more