Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Parser ¶
type Parser struct {
// contains filtered or unexported fields
}
func (*Parser) GetCurrentLine ¶
GetCurrentLine returns amount of lines parsed at the time of the call. If no errors are returned from Parse function, it will be equal to the line count of processed file.
func (*Parser) GetFunctionCalls ¶
GetFunctionCalls returns amount of functions called at the time of the call. If no errors are returned from Parse function, it will be equal to the total amount of functions+modifiers in processed file.
Click to show internal directories.
Click to hide internal directories.