C# Class hl2glsl.TokenTreeToText

Datei anzeigen Open project: SickheadGames/HL2GLSL Class Usage Examples

Public Methods

Method Description
TokenTreeToText ( String file ) : System
TokenTreeToText ( string _mainFunction, ArrayList _functionsToExport ) : System
WriteTree ( Node node ) : void
WriteValues ( Node node ) : void

Private Methods

Method Description
WasChangedByGLSLGenerator ( Node node ) : bool
WriteChildren ( Node parent ) : void
WriteToken ( Token node ) : void
WriteValuesRecursive ( Node node ) : void

Method Details

TokenTreeToText() public method

public TokenTreeToText ( String file ) : System
file String
return System

TokenTreeToText() public method

public TokenTreeToText ( string _mainFunction, ArrayList _functionsToExport ) : System
_mainFunction string
_functionsToExport System.Collections.ArrayList
return System

WriteTree() public method

public WriteTree ( Node node ) : void
node Node
return void

WriteValues() public method

public WriteValues ( Node node ) : void
node Node
return void