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

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

공개 메소드들

메소드 설명
PrettyPrint ( StringBuilder sb ) : void
RecordExp ( FastToken symbol, IEnumerable args ) : System

메소드 상세

PrettyPrint() 공개 메소드

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

RecordExp() 공개 메소드

public RecordExp ( FastToken symbol, IEnumerable args ) : System
symbol FastToken
args IEnumerable
리턴 System