C# 클래스 HlslParser, HL2GLSL

A token stream parser.
상속: RecursiveDescentParser
파일 보기 프로젝트 열기: SickheadGames/HL2GLSL 1 사용 예제들

공개 메소드들

메소드 설명
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.

메소드 상세

HlslParser() 공개 메소드

Creates a new parser.
if the parser * couldn't be initialized correctly
public HlslParser ( TextReader input ) : System.IO
input TextReader the input stream to read from
리턴 System.IO

HlslParser() 공개 메소드

Creates a new parser.
if the parser * couldn't be initialized correctly
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