Struct lojidoc::model::model::ParseState [] [src]

pub struct ParseState {
    pub class: bool,
    pub interface: bool,
    pub method: bool,
    pub doc: bool,
    pub comment: bool,
    pub doc_ready: bool,
    pub block_depth: i32,
}

Struct that represents the parsing state

Fields

Methods

impl ParseState
[src]

[src]

[src]

[src]

[src]