C# Класс Axiom.Scripting.Compiler.Parser.ScriptLexer

Показать файл Открыть проект Примеры использования класса

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

Метод Описание
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