![]() |
Paradox Game Engine
v1.0.0 beta06
|
An expression. More...
Public Member Functions | |
| Expression () | |
| Initializes a new instance of the Expression class. More... | |
| override string | ToString () |
| bool | Equals (Expression other) |
| override bool | Equals (object obj) |
| override int | GetHashCode () |
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... | |
| virtual IEnumerable< Node > | Childrens () |
| Gets the child nodes. More... | |
| override string | ToString () |
Static Public Member Functions | |
| static bool | operator== (Expression left, Expression right) |
| static bool | operator!= (Expression left, Expression right) |
Static Public Member Functions inherited from SiliconStudio.Shaders.Ast.Node | |
| static bool | operator== (Node left, Node right) |
| static bool | operator!= (Node left, Node right) |
Properties | |
| TypeInference | TypeInference [get, set] |
| Gets or sets the type reference. More... | |
Properties inherited from SiliconStudio.Shaders.Ast.Node | |
| SourceSpan | Span [get, set] |
| Gets or sets the source span. More... | |
| List< Node > | ChildrenList [get] |
| Gets the childrens. More... | |
Properties inherited from SiliconStudio.Shaders.Ast.ITypeInferencer | |
| TypeInference | TypeInference [get, set] |
| Gets or sets the reference. More... | |
Additional Inherited Members | |
Protected Member Functions inherited from SiliconStudio.Shaders.Ast.Node | |
| Node () | |
| Initializes a new instance of the Node class. More... | |
An expression.
Definition at line 12 of file Expression.cs.
| SiliconStudio.Shaders.Ast.Expression.Expression | ( | ) |
Initializes a new instance of the Expression class.
Definition at line 17 of file Expression.cs.
| bool SiliconStudio.Shaders.Ast.Expression.Equals | ( | Expression | other | ) |
Definition at line 36 of file Expression.cs.
| override bool SiliconStudio.Shaders.Ast.Expression.Equals | ( | object | obj | ) |
Definition at line 41 of file Expression.cs.
| override int SiliconStudio.Shaders.Ast.Expression.GetHashCode | ( | ) |
Definition at line 49 of file Expression.cs.
|
static |
Definition at line 59 of file Expression.cs.
|
static |
Definition at line 54 of file Expression.cs.
| override string SiliconStudio.Shaders.Ast.Expression.ToString | ( | ) |
Definition at line 31 of file Expression.cs.
Referenced by SiliconStudio.Paradox.Shaders.Parser.Mixins.ShaderMixinCodeGen.Visit().
|
getset |
Gets or sets the type reference.
The type reference.
Definition at line 28 of file Expression.cs.
Referenced by SiliconStudio.Shaders.Analysis.Hlsl.HlslSemanticAnalysis.MatrixSwizzleDecode(), and SiliconStudio.Shaders.Convertor.HlslToGlslConvertor.Visit().