public VariableDeclarationNode(Instruction instruction, string scope, Match match, IEnumerable <IdentifierNode> childNodes)
     : base(instruction, scope, match, childNodes)
 {
 }