Paradox Game Engine  v1.0.0 beta06
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros Pages
Irony.GrammarExplorer.ViewData Class Reference

Public Member Functions

 ViewData (ParseTree tree)
 

Public Attributes

readonly TokenList ColoredTokens = new TokenList()
 
readonly TokenList NotColoredTokens = new TokenList()
 
ParseTree Tree
 

Detailed Description

Definition at line 47 of file EditorViewAdapter.cs.

Constructor & Destructor Documentation

Irony.GrammarExplorer.ViewData.ViewData ( ParseTree  tree)

Definition at line 52 of file EditorViewAdapter.cs.

Member Data Documentation

readonly TokenList Irony.GrammarExplorer.ViewData.ColoredTokens = new TokenList()

Definition at line 49 of file EditorViewAdapter.cs.

readonly TokenList Irony.GrammarExplorer.ViewData.NotColoredTokens = new TokenList()

Definition at line 50 of file EditorViewAdapter.cs.

ParseTree Irony.GrammarExplorer.ViewData.Tree

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