4 using System.Collections;
5 using System.Collections.Generic;
7 namespace SiliconStudio.Shaders.Ast
14 #region Constructors and Destructors
36 #region Public Properties
48 #region Public Methods
54 ChildrenList.Add(Name);
override IEnumerable< Node > Childrens()
Gets the child nodes. An enumeration of child nodes
Keyword expression statement like continue; break; discard;
KeywordExpression()
Initializes a new instance of the KeywordExpression class.
override string ToString()
KeywordExpression(Identifier name)
Initializes a new instance of the KeywordExpression class.