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

A Parsing result. More...

Inheritance diagram for SiliconStudio.Shaders.Parser.ParsingResult:
SiliconStudio.Shaders.Utility.LoggerResult SiliconStudio.Paradox.Shaders.Parser.ShaderMixinParsingResult

Properties

Shader Shader [get, set]
 Gets or sets the shader. More...
 
long TimeToParse [get, set]
 Gets or sets the time to parse in ms. More...
 
int TokenCount [get, set]
 Gets or sets the token count. More...
 
- Properties inherited from SiliconStudio.Shaders.Utility.LoggerResult
bool HasErrors [get, set]
 Gets or sets a value indicating whether this instance has errors. More...
 
IList< ReportMessageMessages [get, set]
 Gets or sets the messages. More...
 

Additional Inherited Members

- Public Member Functions inherited from SiliconStudio.Shaders.Utility.LoggerResult
 LoggerResult ()
 Initializes a new instance of the LoggerResult class. More...
 
void DumpMessages (ReportMessageLevel level, TextWriter writer)
 Dumps the messages. More...
 
void CopyTo (LoggerResult results)
 Copies all messages to another instance. More...
 
void Error (MessageCode message, SourceSpan span)
 Logs an Error with the specified message. More...
 
void Error (MessageCode message, SourceSpan span, params object[] parameters)
 Logs an Error with the specified message. More...
 
void Info (MessageCode message, SourceSpan span)
 Logs an Info with the specified message. More...
 
void Info (MessageCode message, SourceSpan span, params object[] parameters)
 Logs an Info with the specified message. More...
 
void Warning (MessageCode message, SourceSpan span)
 Logs an Warning with the specified message. More...
 
void Warning (MessageCode message, SourceSpan span, params object[] parameters)
 Logs an Warning with the specified message. More...
 
override string ToString ()
 
- Protected Member Functions inherited from SiliconStudio.Shaders.Utility.LoggerResult
void AddMessage (ReportMessageLevel level, MessageCode message, SourceSpan span)
 Adds the message. More...
 
void AddMessage (ReportMessageLevel level, MessageCode message, SourceSpan span, params object[] parameters)
 Adds the message. More...
 

Detailed Description

A Parsing result.

Definition at line 12 of file ParsingResult.cs.

Property Documentation

Shader SiliconStudio.Shaders.Parser.ParsingResult.Shader
getset

Gets or sets the shader.

The shader.

Definition at line 22 of file ParsingResult.cs.

Referenced by SiliconStudio.Shaders.Analysis.SemanticAnalysis.Run(), and SiliconStudio.Shaders.Analysis.CastAnalysis.Run().

long SiliconStudio.Shaders.Parser.ParsingResult.TimeToParse
getset

Gets or sets the time to parse in ms.

The time to parse ms.

Definition at line 30 of file ParsingResult.cs.

int SiliconStudio.Shaders.Parser.ParsingResult.TokenCount
getset

Gets or sets the token count.

The token count.

Definition at line 38 of file ParsingResult.cs.


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