All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.adrninistrator.javacg.dto.instruction.parseresult.AThrowNullParseResult Maven / Gradle / Ivy

package com.adrninistrator.javacg.dto.instruction.parseresult;

/**
 * @author adrninistrator
 * @date 2024/1/15
 * @description: ATHROW指令解析结果,抛出异常为null(throw null是合法的写法)
 */
public class AThrowNullParseResult extends AThrowParseResult {

    public AThrowNullParseResult() {
        super(null);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy