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

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

보호된 프로퍼티들

프로퍼티 타입 설명
_sort FastSort
_token FastToken

공개 메소드들

메소드 설명
PrettyPrint ( StringBuilder sb ) : void
ToString ( ) : string
Variable ( FastToken token ) : System

비공개 메소드들

메소드 설명
CalcSort ( FastSort>.Func context, FastPgm program ) : void
CheckFunctionExpr ( FastSort>.Dictionary vars, HashSet attrNames, HashSet patternTrees, FastPgm pgm ) : void
CheckSort ( FastSort s ) : void
CheckSubtreeGuard ( FastSort>.Dictionary subs, AlphabetDef alph, FastPgm pgm ) : void
CheckTransformation ( HashSet subs, AlphabetDef domAlph, AlphabetDef rangeAlph, FastPgm pgm ) : void
Variable ( ) : System

메소드 상세

PrettyPrint() 공개 메소드

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

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

Variable() 공개 메소드

public Variable ( FastToken token ) : System
token FastToken
리턴 System

프로퍼티 상세

_sort 보호되어 있는 프로퍼티

protected FastSort,Microsoft.Fast.AST _sort
리턴 FastSort

_token 보호되어 있는 프로퍼티

protected FastToken,Microsoft.Fast.AST _token
리턴 FastToken