C# 클래스 Qupid.Compile.QueryAnalyzer

파일 보기 프로젝트 열기: hudl/qupid

공개 메소드들

메소드 설명
Analyze ( ) : void
QueryAnalyzer ( Compiler compiler, QupidQuery root ) : System

비공개 메소드들

메소드 설명
AnalyzeGroupByClause ( QupidCollection collection, GroupByClause group ) : void
AnalyzeHavingClause ( QupidCollection collection, HavingClause having ) : void
AnalyzeSelectList ( QupidCollection collection, PropertyList propertyList ) : void
AnalyzeUnwindClause ( QupidCollection collection, UnwindClause unwindClause ) : void
AnalyzeWhereClause ( QupidCollection collection, List list ) : void
AnalyzeWithClause ( QupidCollection collection, WithClause with ) : void
Fail ( string message ) : void

메소드 상세

Analyze() 공개 메소드

public Analyze ( ) : void
리턴 void

QueryAnalyzer() 공개 메소드

public QueryAnalyzer ( Compiler compiler, QupidQuery root ) : System
compiler Compiler
root Qupid.AST.QupidQuery
리턴 System