コード例 #1
0
ファイル: MappingGcl.cs プロジェクト: qtxtz/ZCompileCore
 public TKTConstructorDesc SearchConstructor(TKTConstructorDesc bracket)
 {
     return(GclUtil.SearchConstructor(bracket, this.WordDict, this.ForType));
 }
コード例 #2
0
ファイル: TktGcl.cs プロジェクト: google2013/ZCompileCore
 public TKTConstructorDesc SearchConstructor(TKTConstructorDesc desc)
 {
     return(GclUtil.SearchConstructor(desc, this.WordDict, this.ForType));
 }