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

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

공개 메소드들

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

비공개 메소드들

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

메소드 상세

AttributeVariable() 공개 메소드

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

PrettyPrint() 공개 메소드

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

ToString() 공개 메소드

public ToString ( ) : string
리턴 string