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

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

보호된 프로퍼티들

프로퍼티 타입 설명
_str_ string

공개 메소드들

메소드 설명
PrettyPrint ( StringBuilder sb ) : void
ToString ( ) : string

메소드 상세

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

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

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

_str_ 보호되어 있는 프로퍼티

protected string _str_
리턴 string