Paradox Game Engine  v1.0.0 beta06
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros Pages
SiliconStudio.Shaders.Ast.CaseStatement Class Reference

A single case or default statement. More...

Inheritance diagram for SiliconStudio.Shaders.Ast.CaseStatement:
SiliconStudio.Shaders.Ast.Statement SiliconStudio.Shaders.Ast.Node SiliconStudio.Shaders.Ast.IAttributes

Public Member Functions

 CaseStatement ()
 Initializes a new instance of the CaseStatement class. More...
 
 CaseStatement (Expression @case)
 Initializes a new instance of the CaseStatement class. More...
 
override IEnumerable< NodeChildrens ()
 Gets the child nodes.
Returns
An enumeration of child nodes
More...
 
override string ToString ()
 
- Public Member Functions inherited from SiliconStudio.Shaders.Ast.Node
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

Expression Case [get, set]
 Gets or sets the case. More...
 
- Properties inherited from SiliconStudio.Shaders.Ast.Statement
List< AttributeBaseAttributes [get, set]
 Gets or sets the attributes. More...
 
- Properties inherited from SiliconStudio.Shaders.Ast.Node
SourceSpan Span [get, set]
 Gets or sets the source span. More...
 
List< NodeChildrenList [get]
 Gets the childrens. More...
 
- Properties inherited from SiliconStudio.Shaders.Ast.IAttributes
List< AttributeBaseAttributes [get, set]
 

Additional Inherited Members

- Static Public Member Functions inherited from SiliconStudio.Shaders.Ast.Node
static bool operator== (Node left, Node right)
 
static bool operator!= (Node left, Node right)
 
- Protected Member Functions inherited from SiliconStudio.Shaders.Ast.Statement
 Statement ()
 Initializes a new instance of the Statement class. More...
 
- Protected Member Functions inherited from SiliconStudio.Shaders.Ast.Node
 Node ()
 Initializes a new instance of the Node class. More...
 

Detailed Description

A single case or default statement.

Definition at line 12 of file CaseStatement.cs.

Constructor & Destructor Documentation

SiliconStudio.Shaders.Ast.CaseStatement.CaseStatement ( )

Initializes a new instance of the CaseStatement class.

Definition at line 19 of file CaseStatement.cs.

SiliconStudio.Shaders.Ast.CaseStatement.CaseStatement ( Expression case)

Initializes a new instance of the CaseStatement class.

Parameters
caseThe .

Definition at line 29 of file CaseStatement.cs.

Member Function Documentation

override IEnumerable<Node> SiliconStudio.Shaders.Ast.CaseStatement.Childrens ( )
virtual

Gets the child nodes.

Returns
An enumeration of child nodes

Reimplemented from SiliconStudio.Shaders.Ast.Node.

Definition at line 54 of file CaseStatement.cs.

override string SiliconStudio.Shaders.Ast.CaseStatement.ToString ( )

Definition at line 66 of file CaseStatement.cs.

Property Documentation

Expression SiliconStudio.Shaders.Ast.CaseStatement.Case
getset

Gets or sets the case.

The case.

If this property is null, this is a default statement.

Definition at line 47 of file CaseStatement.cs.

Referenced by SiliconStudio.Shaders.Writer.ShaderWriter.Visit().


The documentation for this class was generated from the following file: