C# Класс SlimDX.Generator.HeaderParser

Implements a parser for C++ header files.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
HeaderParser ( string grammarPath ) : System

Initializes a new instance of the HeaderParser class.

Parse ( string file ) : SlimDX.Generator.NonTerminal

Runs a custom "C++ Header" grammar on a preprocessed and transformed file to produce a tree of source elements in memory.

Описание методов

HeaderParser() публичный Метод

Initializes a new instance of the HeaderParser class.
public HeaderParser ( string grammarPath ) : System
grammarPath string The path to the compiled GOLD grammar file.
Результат System

Parse() публичный Метод

Runs a custom "C++ Header" grammar on a preprocessed and transformed file to produce a tree of source elements in memory.
public Parse ( string file ) : SlimDX.Generator.NonTerminal
file string The preprocessed source file.
Результат SlimDX.Generator.NonTerminal