Click or drag to resize
BNFDefBnf 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: 2.1.0.0+Build:7.origin/release/ms13
Syntax
public IEnumerable<int> Bnf { get; set; }

Property Value

Type: IEnumerableInt32

Implements

IBNFDefBnf
See Also