Statistics

A group of statistics variables.

Members

Variables

commentCount
uint commentCount;

Counter for comments.

identCount
uint identCount;

Counter for identifiers.

keywordCount
uint keywordCount;

Counter for keywords.

linesOfCode
uint linesOfCode;

Number of lines.

nodesTable
uint[] nodesTable;

Table of counters for all node kinds.

numberCount
uint numberCount;

Counter for number literals.

tokenCount
uint tokenCount;

Counter for all tokens produced by the Lexer.

tokensTable
uint[] tokensTable;

Table of counters for all token kinds.

whitespaceCount
uint whitespaceCount;

Counter for whitespace characters.

wsTokenCount
uint wsTokenCount;

Counter for all whitespace tokens.

Meta