C# 클래스 Axiom.Scripting.Compiler.Parser.ScriptLexer

파일 보기 프로젝트 열기: WolfgangSt/axiom 1 사용 예제들

공개 메소드들

메소드 설명
ScriptLexer ( ) : System
Tokenize ( String str, String source ) : IList

Tokenizes the given input and returns the list of tokens found

비공개 메소드들

메소드 설명
IsNewline ( char c ) : bool
IsWhitespace ( char c ) : bool
SetToken ( StringBuilder lexeme, uint line, String source, List tokens ) : void

메소드 상세

ScriptLexer() 공개 메소드

public ScriptLexer ( ) : System
리턴 System

Tokenize() 공개 메소드

Tokenizes the given input and returns the list of tokens found
public Tokenize ( String str, String source ) : IList
str String
source String
리턴 IList