![]() |
Paradox Game Engine
v1.0.0 beta06
|
A Block of statement. More...
Public Member Functions | |
BlockStatement () | |
Initializes a new instance of the BlockStatement class. More... | |
BlockStatement (StatementList statements) | |
Initializes a new instance of the BlockStatement class. More... | |
override IEnumerable< Node > | Childrens () |
Gets the child nodes.
| |
override string | ToString () |
![]() | |
override bool | Equals (object against) |
override int | GetHashCode () |
object | GetTag (object tagKey) |
Gets a tag value associated to this node.. More... | |
bool | RemoveTag (object tagKey) |
Gets a tag value associated to this node.. More... | |
bool | ContainsTag (object tagKey) |
Determines whether the specified instance contains this tag. More... | |
void | SetTag (object tagKey, object tagValue) |
Sets a tag value associated to this node. More... | |
override string | ToString () |
Properties | |
StatementList | Statements [get, set] |
Gets or sets the statements. More... | |
![]() | |
List< AttributeBase > | Attributes [get, set] |
Gets or sets the attributes. More... | |
![]() | |
SourceSpan | Span [get, set] |
Gets or sets the source span. More... | |
List< Node > | ChildrenList [get] |
Gets the childrens. More... | |
![]() | |
List< AttributeBase > | Attributes [get, set] |
Additional Inherited Members | |
![]() | |
static bool | operator== (Node left, Node right) |
static bool | operator!= (Node left, Node right) |
![]() | |
Statement () | |
Initializes a new instance of the Statement class. More... | |
![]() | |
Node () | |
Initializes a new instance of the Node class. More... | |
A Block of statement.
Definition at line 12 of file BlockStatement.cs.
SiliconStudio.Shaders.Ast.BlockStatement.BlockStatement | ( | ) |
Initializes a new instance of the BlockStatement class.
Definition at line 19 of file BlockStatement.cs.
SiliconStudio.Shaders.Ast.BlockStatement.BlockStatement | ( | StatementList | statements | ) |
Initializes a new instance of the BlockStatement class.
statements | The statements. |
Definition at line 28 of file BlockStatement.cs.
|
virtual |
Gets the child nodes.
Reimplemented from SiliconStudio.Shaders.Ast.Node.
Definition at line 50 of file BlockStatement.cs.
override string SiliconStudio.Shaders.Ast.BlockStatement.ToString | ( | ) |
Definition at line 56 of file BlockStatement.cs.
|
getset |
Gets or sets the statements.
The statements.
Definition at line 43 of file BlockStatement.cs.
Referenced by SiliconStudio.Paradox.Shaders.Parser.Mixins.ShaderMixinCodeGen.Visit().