C# 클래스 YAMP.QueryContext

Represents the context that is used for the current input query.
파일 보기 프로젝트 열기: FlorianRappl/YAMP 1 사용 예제들

공개 메소드들

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