Function lojidoc::parse::parse::determine_line_type
[−]
[src]
pub fn determine_line_type(line: &String, state: &ParseState) -> LineType
Determines the line type of a line of java code
Arguments
line- the line to determine the type fromstate- the state of parsing the java file