C# 클래스 YAMP.Parser

The YAMP interaction class.
파일 보기 프로젝트 열기: FlorianRappl/YAMP 1 사용 예제들

공개 메소드들

메소드 설명
Evaluate ( String input, Value>.Dictionary values ) : Value

Execute the evaluation of this parser instance with external symbols.

Parse ( String input ) : QueryContext

Execute the parsing of the given input.

Parser ( ) : System

Creates a new parser.

Parser ( ParseContext context ) : System

Creates a new parser from the given context.

메소드 상세

Evaluate() 공개 메소드

Execute the evaluation of this parser instance with external symbols.
public Evaluate ( String input, Value>.Dictionary values ) : Value
input String The input to evaluate.
values Value>.Dictionary /// The values in an Hashtable containing string (name), Value (value) pairs. ///
리턴 Value

Parse() 공개 메소드

Execute the parsing of the given input.
public Parse ( String input ) : QueryContext
input String The input to parse.
리턴 QueryContext

Parser() 공개 메소드

Creates a new parser.
public Parser ( ) : System
리턴 System

Parser() 공개 메소드

Creates a new parser from the given context.
public Parser ( ParseContext context ) : System
context ParseContext The context to use.
리턴 System