Interface Condition<T>


public interface Condition<T>
  • Method Summary

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

    • accept

      boolean accept(T node)