morfologik.fsa
Interface Visitor<T>


public interface Visitor<T>

Visitor interface for traversals.


Method Summary
 void accept(T s)
           
 

Method Detail

accept

void accept(T s)


Copyright © 2010. All Rights Reserved.