Class ResultUseRule.MethodRule<C,​S,​M extends S>

  • Type Parameters:
    C - the type of the context object used during evaluation
    S - the type of symbols
    M - the type of method symbols
    Direct Known Subclasses:
    ExternalCanIgnoreReturnValue
    Enclosing class:
    ResultUseRule<C,​S>

    public abstract static class ResultUseRule.MethodRule<C,​S,​M extends S>
    extends ResultUseRule<C,​S>
    A rule that evaluates methods and constructors to determine a ResultUsePolicy for them.