Package | Description |
---|---|
org.eclipse.cdt.core.dom.ast |
Modifier and Type | Method and Description |
---|---|
org.eclipse.cdt.core.parser.IToken |
IASTNode.getLeadingSyntax()
Returns the tokens that can be found between this node and its left sibling (or the
beginning of the parent, if there is no left sibling).
|
org.eclipse.cdt.core.parser.IToken |
IASTNode.getSyntax()
Returns the tokens that make up this node.
|
org.eclipse.cdt.core.parser.IToken |
IASTNode.getTrailingSyntax()
Returns the tokens that can be found between this node and its right sibling (or the
end of the parent, if there is no right sibling).
|
Copyright (c) IBM Corp. and others 2004, 2014. All Rights Reserved.