CodeNavi Static Analysis Rule Language: Nodes and Node Properties for Code Statements
Source code is parsed into discrete tokens during static analysis, the smallest grammatical units that form programming language syntax. Common token types include keywords (e.g. if, while), identifiers (variable/function names), literals (numeric values, strings), operators (e.g. +, /), and separat...