コード例 #1
0
ファイル: analysis.cs プロジェクト: JamesJustinHarrell/niviok
 public override void CaseABDeclarefirst(ABDeclarefirst node)
 {
     InABDeclarefirst(node);
     if(node.GetFunctiondeclaration() != null)
     {
     node.GetFunctiondeclaration().Apply(this);
     }
     OutABDeclarefirst(node);
 }