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

org.checkerframework.common.aliasing.AliasingChecker Maven / Gradle / Ivy

package org.checkerframework.common.aliasing;

import org.checkerframework.common.basetype.BaseTypeChecker;
import org.checkerframework.framework.qual.StubFiles;

/**
 * Aliasing type system -- used to identify expressions that definitely have no aliases.
 *
 * @checker_framework.manual #aliasing-checker Aliasing Checker
 */
@StubFiles({"android.astub"})
public class AliasingChecker extends BaseTypeChecker {}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy