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

Key terminal More...

Public Member Functions

 TokenInfo ()
 Initializes a new instance of the TokenInfo class. More...
 
 TokenInfo (TokenCategory tokenCategory)
 Initializes a new instance of the TokenInfo class. More...
 

Properties

TokenCategory TokenCategory [get, set]
 Gets or sets the token category. More...
 
bool IsCaseInsensitive [get, set]
 Gets or sets if this token is case insensitive (default false). More...
 

Detailed Description

Key terminal

Definition at line 8 of file TokenInfo.cs.

Constructor & Destructor Documentation

SiliconStudio.Shaders.Grammar.TokenInfo.TokenInfo ( )

Initializes a new instance of the TokenInfo class.

Definition at line 13 of file TokenInfo.cs.

SiliconStudio.Shaders.Grammar.TokenInfo.TokenInfo ( TokenCategory  tokenCategory)

Initializes a new instance of the TokenInfo class.

Parameters
tokenCategoryThe token category.

Definition at line 22 of file TokenInfo.cs.

Property Documentation

bool SiliconStudio.Shaders.Grammar.TokenInfo.IsCaseInsensitive
getset

Gets or sets if this token is case insensitive (default false).

Definition at line 39 of file TokenInfo.cs.

TokenCategory SiliconStudio.Shaders.Grammar.TokenInfo.TokenCategory
getset

Gets or sets the token category.

The token category.

Definition at line 34 of file TokenInfo.cs.


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