Eclipse CDT
7.0

Uses of Class
org.eclipse.cdt.core.dom.ast.ExpansionOverlapsBoundaryException

Packages that use ExpansionOverlapsBoundaryException
org.eclipse.cdt.core.dom.ast   
 

Uses of ExpansionOverlapsBoundaryException in org.eclipse.cdt.core.dom.ast
 

Methods in org.eclipse.cdt.core.dom.ast that throw ExpansionOverlapsBoundaryException
 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).
 


Eclipse CDT
7.0

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