Interface ParameterPredicate


public interface ParameterPredicate
A predicate on a method or constructor parameter.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    matches(com.sun.tools.javac.code.Symbol.VarSymbol parameter, com.sun.tools.javac.code.Type type, VisitorState state)
     
  • Method Details

    • matches

      boolean matches(com.sun.tools.javac.code.Symbol.VarSymbol parameter, com.sun.tools.javac.code.Type type, VisitorState state)