getMethodLines: Get lines containing Java method name. The regular expression...

Description Usage Arguments Value Examples

Description

Get lines containing Java method name. The regular expression is modified from http://stackoverflow.com/questions/68633/regex-that-will-match-a-java-method-declaration.

Usage

1

Arguments

linn

A character vector of lines read from the class file. Refer to readLines.

Value

A character vector of lines containing Java method name.

Examples

1
method.lines <- getMethodLines(linn)

walterxie/ComMA documentation built on May 3, 2019, 11:51 p.m.