C# 클래스 Microsoft.Fast.AST.DisplayQueryDef

상속: QueryDef
파일 보기 프로젝트 열기: AutomataDotNet/Automata

공개 메소드들

메소드 설명
DisplayQueryDef ( FastToken toPrintVar ) : System
PrettyPrint ( StringBuilder sb ) : void

비공개 메소드들

메소드 설명
Typecheck ( FastPgm pgm ) : void

메소드 상세

DisplayQueryDef() 공개 메소드

public DisplayQueryDef ( FastToken toPrintVar ) : System
toPrintVar FastToken
리턴 System

PrettyPrint() 공개 메소드

public PrettyPrint ( StringBuilder sb ) : void
sb StringBuilder
리턴 void