コード例 #1
0
ファイル: ParserAdapter.cs プロジェクト: sailesh341/JavApi
 /**
  * Construct a new adapter.
  */
 internal AttributeListAdapter(ParserAdapter pa)
 {
     this.outer = pa;
 }
コード例 #2
0
 /*
  * Construct a new adapter.
  */
 internal AttributeListAdapter(ParserAdapter pa)
 {
     this.outer = pa;
 }