Enum lojidoc::model::model::LineType [] [src]

pub enum LineType {
    IsPackage,
    IsImport,
    IsClass,
    IsInterface,
    IsMethod,
    IsComment,
    IsStartdoc,
    IsEnddoc,
    IsOther,
}

Enum that is used to determine the line type for each line

Variants