
org.checkerframework.dataflow.analysis.TransferResult Maven / Gradle / Ivy
package org.checkerframework.dataflow.analysis;
/*>>>
import org.checkerframework.checker.nullness.qual.Nullable;
*/
import java.util.Map;
import javax.lang.model.type.TypeMirror;
/**
* {@code TransferResult} is used as the result type of the individual transfer functions of a
* {@link TransferFunction}. It always belongs to the result of the individual transfer function for
* a particular {@link org.checkerframework.dataflow.cfg.node.Node}, even though that {@code
* org.checkerframework.dataflow.cfg.node.Node} is not explicitly store in {@code TransferResult}.
*
*
© 2015 - 2025 Weber Informatics LLC | Privacy Policy