Property | Type | Description | |
---|---|---|---|
fi | |||
original_line | string | ||
part | part_type | ||
text | string | ||
words | string[] |
Method | Description | |
---|---|---|
Equals ( object obj ) : bool | ||
GetHashCode ( ) : int | ||
is_color_or_font_line ( string line ) : bool | ||
match_indexes ( |
||
match_indexes_any_column ( |
||
matches ( |
||
operator ( ) : bool | ||
parse ( string line ) : |
Method | Description | |
---|---|---|
Equals ( |
Method | Description | |
---|---|---|
compare ( string line_part, string text, string words ) : bool | ||
compare_with_indexes ( string line_part, string text, string words, info_type type ) : List |
||
create_regex ( ) : void | ||
filter_line ( string original_line ) : System | ||
is_regex_expression ( string expr ) : bool | ||
line_part ( |
||
matches_case_insensitive ( |
||
matches_case_insensitive_any_column ( |
||
matches_case_insensitive_with_indexes ( |
||
matches_case_sensitive ( |
||
matches_case_sensitive_any_column ( |
||
matches_case_sensitive_with_indexes ( |
||
parse_font ( string line ) : |
||
parse_impl ( string line ) : |
||
trim_quotes ( string line ) : string |
protected Equals ( |
||
other | ||
return | bool |
public static is_color_or_font_line ( string line ) : bool | ||
line | string | |
return | bool |
public match_indexes ( |
||
l | ||
type | info_type | |
return | List |
public match_indexes_any_column ( |
||
l | ||
return | List |
public static parse ( string line ) : |
||
line | string | |
return |