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

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

공개 메소드들

메소드 설명
LangDef ( FastToken acc, FastToken alphabet, FastToken patternMatchName ) : System
PrettyPrint ( StringBuilder sb ) : void

메소드 상세

LangDef() 공개 메소드

public LangDef ( FastToken acc, FastToken alphabet, FastToken patternMatchName ) : System
acc FastToken
alphabet FastToken
patternMatchName FastToken
리턴 System

PrettyPrint() 공개 메소드

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