public interface IPDOMNode
IPDOMVisitor
.Modifier and Type | Method and Description |
---|---|
void |
accept(IPDOMVisitor visitor)
Visits the children of this node.
|
void |
delete(org.eclipse.cdt.internal.core.pdom.dom.PDOMLinkage linkage)
Frees memory allocated by this node, the node may no longer be used.
|
void accept(IPDOMVisitor visitor) throws org.eclipse.core.runtime.CoreException
org.eclipse.core.runtime.CoreException
void delete(org.eclipse.cdt.internal.core.pdom.dom.PDOMLinkage linkage) throws org.eclipse.core.runtime.CoreException
linkage
- the linkage the node belongs to.org.eclipse.core.runtime.CoreException
Copyright (c) IBM Corp. and others 2004, 2020. All Rights Reserved.