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

파일 보기 프로젝트 열기: AutomataDotNet/Automata 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
arity int
domain FastSort
func FuncSymbol

공개 메소드들

메소드 설명
BuiltinExp ( FastToken func, int arity ) : System
PrettyPrint ( StringBuilder sb ) : void

메소드 상세

BuiltinExp() 공개 메소드

public BuiltinExp ( FastToken func, int arity ) : System
func FastToken
arity int
리턴 System

PrettyPrint() 공개 추상적인 메소드

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

프로퍼티 상세

arity 공개적으로 프로퍼티

public int arity
리턴 int

domain 공개적으로 프로퍼티

public FastSort,Microsoft.Fast.AST domain
리턴 FastSort

func 공개적으로 프로퍼티

public FuncSymbol,Microsoft.Fast.AST func
리턴 FuncSymbol