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

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

공개 프로퍼티들

프로퍼티 타입 설명
expr BuiltinTransExp
range FastSort

공개 메소드들

메소드 설명
PrettyPrint ( StringBuilder sb ) : void
TransDefDef ( FastToken name, FastToken alphabet1, FastToken alphabet2, BuiltinTransExp expr ) : System

비공개 메소드들

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

메소드 상세

PrettyPrint() 공개 메소드

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

TransDefDef() 공개 메소드

public TransDefDef ( FastToken name, FastToken alphabet1, FastToken alphabet2, BuiltinTransExp expr ) : System
name FastToken
alphabet1 FastToken
alphabet2 FastToken
expr BuiltinTransExp
리턴 System

프로퍼티 상세

expr 공개적으로 프로퍼티

public BuiltinTransExp,Microsoft.Fast.AST expr
리턴 BuiltinTransExp

range 공개적으로 프로퍼티

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