This commit is contained in:
Luke 2025-05-14 15:51:10 +08:00
parent 6d3a2d3c5b
commit ffd1aefa22

View File

@ -22,7 +22,9 @@ import java.util.List;
public final class SemanticAnalysisReporter { public final class SemanticAnalysisReporter {
// 禁止实例化 // 禁止实例化
private SemanticAnalysisReporter() { } private SemanticAnalysisReporter() {
}
/** /**
* 打印语义分析结果并在必要时终止程序 * 打印语义分析结果并在必要时终止程序