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

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

공개 프로퍼티들

프로퍼티 타입 설명
val object

공개 메소드들

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

보호된 메소드들

메소드 설명
Value ( object val, FastToken token ) : System

비공개 메소드들

메소드 설명
CheckFunctionExpr ( FastSort>.Dictionary vars, HashSet attrNames, HashSet patternTrees, FastPgm pgm ) : void
CheckSort ( FastSort expected_sort ) : void
CheckSubtreeGuard ( FastSort>.Dictionary subs, AlphabetDef alph, FastPgm pgm ) : void
CheckTransformation ( HashSet subs, AlphabetDef domAlph, AlphabetDef rangeAlph, FastPgm pgm ) : void

메소드 상세

PrettyPrint() 공개 메소드

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

Value() 보호된 메소드

protected Value ( object val, FastToken token ) : System
val object
token FastToken
리턴 System

프로퍼티 상세

val 공개적으로 프로퍼티

public object val
리턴 object