コード例 #1
0
ファイル: FlowAnalysis.cs プロジェクト: irpbc/mj
 public Exit analyze(StatementNode tree, Environment env) => tree.accept(this, env);