Eclipse CDT
7.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.

Throws:
CoreException

Eclipse CDT
7.0

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