Module  java.compiler
软件包  javax.lang.model.type

Class MirroredTypesException

    • 构造方法详细信息

      • MirroredTypesException

        public MirroredTypesException​(List<? extends TypeMirror> types)
        为指定的类型构造一个新的MirroredTypesException。
        参数
        types - 正在访问的类型
    • 方法详细信息

      • getTypeMirrors

        public List<? extends TypeMirror> getTypeMirrors​()
        返回与正在访问的类型相对应的类型镜像。 如果此异常已被序列化,然后再读入,则类型镜像可能不可用。
        结果
        类型的镜像在施工顺序,或 null如果不可用