currentSyntax property
BlockSyntax?
get
currentSyntax
The BlockSyntax which is running now.
The value is null
until we found the first matched BlockSyntax.
Implementation
BlockSyntax? get currentSyntax => _currentSyntax;