Interface PathVisitorArg<T,A>


public interface PathVisitorArg<T,A>
  • Method Summary

    Modifier and Type
    Method
    Description
    visit(VPath<?> e, A arg)
     
  • Method Details

    • visit

      T visit(VPath<?> e, A arg)