Eclipse CDT
Pre-release 3.0

org.eclipse.cdt.core.model
Interface ICElementVisitor


public interface ICElementVisitor

This interface is implemented by clients that walk the ICElement tree.


Method Summary
 boolean visit(ICElement element)
          Visited a member if the ICElement tree.
 

Method Detail

visit

boolean visit(ICElement element)
              throws CoreException
Visited a member if the ICElement tree. Returns whether to visit the children of this element.

Parameters:
element -
Returns:
Throws:
CoreException

Eclipse CDT
Pre-release 3.0

Copyright (c) IBM Corp. and others 2004. All Rights Reserved.