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
class: bool
interface: bool
method: bool
doc: bool
comment: bool
doc_ready: bool
block_depth: i32