C# 클래스 Microsoft.Automata.MSO.Mona.MonaExpr

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

공개 프로퍼티들

프로퍼티 타입 설명
type MonaExprType

보호된 프로퍼티들

프로퍼티 타입 설명
subexprs Microsoft.Automata.MSO.Mona.MonaExpr[]

공개 메소드들

메소드 설명
ToInt ( MonaDecl>.Dictionary globals ) : int
this ( int i ) : MonaExpr

비공개 메소드들

메소드 설명
MonaExpr ( Token token, MonaExprType type, MonaExpr subexprs ) : System
TypeCheck ( MonaDecl>.Dictionary globals, MonaParam>.MapStack locals ) : void

메소드 상세

ToInt() 공개 메소드

public ToInt ( MonaDecl>.Dictionary globals ) : int
globals MonaDecl>.Dictionary
리턴 int

this() 공개 메소드

public this ( int i ) : MonaExpr
i int
리턴 MonaExpr

프로퍼티 상세

subexprs 보호되어 있는 프로퍼티

protected MonaExpr[],Microsoft.Automata.MSO.Mona subexprs
리턴 Microsoft.Automata.MSO.Mona.MonaExpr[]

type 공개적으로 프로퍼티

public MonaExprType type
리턴 MonaExprType