Interface IMatcher<T>


public interface IMatcher<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    matches(T node)
     
  • Method Details

    • matches

      boolean matches(T node)