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

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

공개 프로퍼티들

프로퍼티 타입 설명
isTrans bool

공개 메소드들

메소드 설명
IsEmptyQueryDef ( FastToken isempty, BuiltinExp expr, bool isTrans ) : System
PrettyPrint ( StringBuilder sb ) : void

메소드 상세

IsEmptyQueryDef() 공개 메소드

public IsEmptyQueryDef ( FastToken isempty, BuiltinExp expr, bool isTrans ) : System
isempty FastToken
expr BuiltinExp
isTrans bool
리턴 System

PrettyPrint() 공개 메소드

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

프로퍼티 상세

isTrans 공개적으로 프로퍼티

public bool isTrans
리턴 bool