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

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

공개 프로퍼티들

프로퍼티 타입 설명
children List
symbol FastToken

공개 메소드들

메소드 설명
Contains ( string childname ) : bool
Pattern ( FastToken symbol, IEnumerable childList ) : System
PrettyPrint ( StringBuilder sb ) : void

메소드 상세

Contains() 공개 메소드

public Contains ( string childname ) : bool
childname string
리턴 bool

Pattern() 공개 메소드

public Pattern ( FastToken symbol, IEnumerable childList ) : System
symbol FastToken
childList IEnumerable
리턴 System

PrettyPrint() 공개 메소드

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

프로퍼티 상세

children 공개적으로 프로퍼티

public List children
리턴 List

symbol 공개적으로 프로퍼티

public FastToken,Microsoft.Fast.AST symbol
리턴 FastToken