コード例 #1
0
 public Scope(TreeConverter.base_scope us, Scope top_scope)
 {
     _sc        = new TreeConverter.function_scope(us);
     _top_scope = top_scope;
 }
コード例 #2
0
ファイル: scope_wrap.cs プロジェクト: lisiynos/pascalabcnet
		public Scope(TreeConverter.base_scope us,Scope top_scope)
		{
			_sc=new TreeConverter.function_scope(us);
			_top_scope=top_scope;
		}