C# Class Microsoft.Automata.MSO.Mona.MonaVarDecl

Inheritance: MonaDecl
Datei anzeigen Open project: AutomataDotNet/Automata

Public Properties

Property Type Description
univs Cons
varwhere MonaVarWhere

Public Methods

Method Description
Print ( StringBuilder sb ) : void

Private Methods

Method Description
MonaVarDecl ( MonaDeclKind kind, Cons univs, MonaVarWhere vw ) : System
TypeCheck ( MonaDecl>.Dictionary glob, MonaParam>.MapStack loc ) : void

Method Details

Print() public method

public Print ( StringBuilder sb ) : void
sb StringBuilder
return void

Property Details

univs public_oe property

public Cons univs
return Cons

varwhere public_oe property

public MonaVarWhere,Microsoft.Automata.MSO.Mona varwhere
return MonaVarWhere