| Methods in edu.rice.cs.util.docnavigation with parameters of type IDocumentNavigatorAlgo |
<InType,ReturnType>
ReturnType |
|
IDocumentNavigator.execute(IDocumentNavigatorAlgo<ItemT,InType,ReturnType> algo,
InType input)
Visitor pattern hook method. |
<InType,ReturnType>
ReturnType |
|
JListNavigator.execute(IDocumentNavigatorAlgo<ItemT,InType,ReturnType> algo,
InType input)
Executes the list case of the visitor. |
<InType,ReturnType>
ReturnType |
|
JTreeSortNavigator.execute(IDocumentNavigatorAlgo<ItemT,InType,ReturnType> algo,
InType input)
Standard visitor pattern. |