Interface ForwardTransferFunction<V extends AbstractValue<V>,​S extends Store<S>>

    • Method Detail

      • initialStore

        S initialStore​(UnderlyingAST underlyingAST,
                       java.util.List<LocalVariableNode> parameters)
        Returns the initial store to be used by the org.checkerframework.dataflow analysis.
        Parameters:
        underlyingAST - an abstract syntax tree
        parameters - a list of local variable nodes representing formal parameters (if any)
        Returns:
        the initial store