blob: 3d44ef1ac4c676e4150ee5aac008c06373934fd8 [file] [log] [blame]
// Copyright (c) 2023, the R8 project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
package com.android.tools.r8.graph.analysis;
public interface EnqueuerTypeAccessAnalysis
extends EnqueuerCheckCastAnalysis,
EnqueuerConstClassAnalysis,
EnqueuerExceptionGuardAnalysis,
EnqueuerInstanceOfAnalysis,
EnqueuerNewInstanceAnalysis {}