Click or drag to resize
IBNFDefBnf Property
Array of token references that all together build up the definition of the current token. If the array is not empty, it means that the definition is a BNF rule (qIsBnfRule is set to true). There are a few exceptions where some BNF rules have an empty array (qBnf is empty).

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
IEnumerable<int> Bnf { get; set; }

Property Value

Type: IEnumerableInt32
See Also