company logo

BNFNode :: isValid - Check whether BNF tree node is valid

The function returns true , when the BNF tree node is valid and false otherwise.

Return value:  Success ( bool  )

The value is true when the function was executed successfully. Otherwise the value is set to false .

Implementation details

bool BNFNode  :: isValid (  )

The property provides the line number in the expression, where the current tree node value starts.