Struct syntex_syntax::parse::ParseSess [] [src]

pub struct ParseSess {
    pub span_diagnostic: SpanHandler,
    // some fields omitted
}

Info about a parsing session.

Fields

span_diagnostic

Methods

impl ParseSess

fn new() -> ParseSess

fn with_span_handler(sh: SpanHandler) -> ParseSess

fn codemap(&self) -> &CodeMap