C# 클래스 HlslTokenizer, HL2GLSL

A character stream tokenizer.
상속: Tokenizer
파일 보기 프로젝트 열기: SickheadGames/HL2GLSL

공개 메소드들

메소드 설명
HlslTokenizer ( TextReader input ) : System.IO

Creates a new tokenizer for the specified input * stream.

비공개 메소드들

메소드 설명
CreatePatterns ( ) : void

Initializes the tokenizer by creating all the token * patterns.

메소드 상세

HlslTokenizer() 공개 메소드

Creates a new tokenizer for the specified input * stream.
if the tokenizer * couldn't be initialized correctly
public HlslTokenizer ( TextReader input ) : System.IO
input TextReader the input stream to read
리턴 System.IO