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

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

공개 프로퍼티들

프로퍼티 타입 설명
arg1 BuiltinLangExp

공개 메소드들

메소드 설명
ComplementExp ( FastToken func, BuiltinLangExp arg1 ) : System
PrettyPrint ( StringBuilder sb ) : void
ToString ( ) : string

비공개 메소드들

메소드 설명
BLECheckSorts ( Def>.Dictionary defs, FastPgm pgm ) : void

메소드 상세

ComplementExp() 공개 메소드

public ComplementExp ( FastToken func, BuiltinLangExp arg1 ) : System
func FastToken
arg1 BuiltinLangExp
리턴 System

PrettyPrint() 공개 메소드

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

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

arg1 공개적으로 프로퍼티

public BuiltinLangExp,Microsoft.Fast.AST arg1
리턴 BuiltinLangExp