Eclipse CDT
7.0

Uses of Interface
org.eclipse.cdt.core.dom.ast.IASTAttribute

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

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

Fields in org.eclipse.cdt.core.dom.ast declared as IASTAttribute
static IASTAttribute[] IASTAttribute.EMPTY_ATTRIBUTE_ARRAY
           
 

Methods in org.eclipse.cdt.core.dom.ast that return IASTAttribute
 IASTAttribute IASTAttribute.copy()
           
 IASTAttribute IASTAttribute.copy(IASTNode.CopyStyle style)
           
 IASTAttribute[] IASTAttributeOwner.getAttributes()
          Returns the array of attributes.
 IASTAttribute INodeFactory.newAttribute(char[] name, IASTToken argumentClause)
           
 

Methods in org.eclipse.cdt.core.dom.ast with parameters of type IASTAttribute
 void IASTAttributeOwner.addAttribute(IASTAttribute attribute)
          Adds an attribute to the node.
 int ASTVisitor.leave(IASTAttribute attribute)
           
 int ASTVisitor.visit(IASTAttribute attribute)
           
 


Eclipse CDT
7.0

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