Метод | Описание | |
---|---|---|
HlslParser ( TextReader input ) : System.IO |
Creates a new parser.
|
|
HlslParser ( TextReader input, Analyzer, analyzer ) : System.IO |
Creates a new parser.
|
Метод | Описание | |
---|---|---|
CreatePatterns ( ) : void |
Initializes the parser by creating all the production * patterns.
|
public HlslParser ( TextReader input ) : System.IO | ||
input | TextReader | the input stream to read from |
Результат | System.IO |
public HlslParser ( TextReader input, Analyzer, analyzer ) : System.IO | ||
input | TextReader | the input stream to read from |
analyzer | Analyzer, | the analyzer to parse with |
Результат | System.IO |