rac
Interface IRACVisitor<T,R,P>

All Known Implementing Classes:
IsEmpty

public interface IRACVisitor<T,R,P>

Visitor on a RAC. Since a RAC is a mutable data structure, we require an exact match for the data type (IRAContainer, not IRAContainer).


Method Summary
 R emptyCase(IRAContainer<T> host, P... inp)
           
 R nonEmptyCase(IRAContainer<T> host, P... inp)
           
 

Method Detail

emptyCase

R emptyCase(IRAContainer<T> host,
            P... inp)

nonEmptyCase

R nonEmptyCase(IRAContainer<T> host,
               P... inp)