C# Класс YAMP.QueryContext

Represents the context that is used for the current input query.
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
QueryContext ( ParseContext context, String input ) : System

Creates a new query context.

Run ( Value>.Dictionary values ) : void

Begins the interpretation of the current parse tree.

ToString ( ) : String

Outputs the string representation of the query context.

Приватные методы

Метод Описание
GetFromBuffer ( String functionName ) : IFunction
QueryContext ( ParseContext context ) : System

Just a stupid dummy!

QueryContext ( QueryContext query, String input ) : System

Creates a new (underlying) QueryContext

SetToBuffer ( String functionName, IFunction function ) : void
Stop ( ) : void

Stops the current interpretation.

Описание методов

QueryContext() публичный Метод

Creates a new query context.
public QueryContext ( ParseContext context, String input ) : System
context ParseContext The context to reference.
input String The input to parse
Результат System

Run() публичный Метод

Begins the interpretation of the current parse tree.
public Run ( Value>.Dictionary values ) : void
values Value>.Dictionary A dictionary with additional symbols to consider.
Результат void

ToString() публичный Метод

Outputs the string representation of the query context.
public ToString ( ) : String
Результат String