Searched defs:HeaderLine (Results 1 – 1 of 1) sorted by relevance
1521 sub HeaderLine::new { global() subroutine 1525 sub HeaderLine::cond { $_[0]->{cond} } # AoA global() subroutine 1526 sub HeaderLine::type { $_[0]->{type} } global() subroutine 1527 sub HeaderLine::type_is { return $_[0]->type eq $_[1] ? 1 : 0 } global() subroutine 1528 sub HeaderLine::sub_type { $_[0]->{sub_type} } global() subroutine 1529 sub HeaderLine::sub_type_is { return $_[0]->sub_type eq $_[1] ? 1 : 0 } global() subroutine 1530 sub HeaderLine::raw { $_[0]->{raw} } global() subroutine 1531 sub HeaderLine::flat { $_[0]->{flat} } global() subroutine 1532 sub HeaderLine::line { $_[0]->{line} } global() subroutine 1533 sub HeaderLine::level { $_[0]->{level} } global() subroutine 1534 sub HeaderLine::is_content { return $_[0]->type_is("content") } global() subroutine 1535 sub HeaderLine::is_cond { return $_[0]->type_is("cond") } global() subroutine 1536 sub HeaderLine::is_define { return $_[0]->sub_type_is("#define") } global() subroutine 1537 sub HeaderLine::line_num { $_[0]->{start_line_num} } global() subroutine 1538 sub HeaderLine::inner_lines { $_[0]->{inner_lines} } global() subroutine 1539 sub HeaderLine::n_lines { $_[0]->{n_lines} } global() subroutine 1540 sub HeaderLine::embed { $_[0]->{embed} } global() subroutine [all...]