Eclipse CDT
Pre-release 3.0

org.eclipse.cdt.core.dom.ast.cpp
Interface ICPPASTReferenceOperator

All Superinterfaces:
IASTNode, IASTPointerOperator

public interface ICPPASTReferenceOperator
extends IASTPointerOperator

This is C++'s reference operator, i.e. &, used in a declarator.


Field Summary
 
Fields inherited from interface org.eclipse.cdt.core.dom.ast.IASTPointerOperator
EMPTY_ARRAY
 
Fields inherited from interface org.eclipse.cdt.core.dom.ast.IASTNode
EMPTY_NODE_ARRAY
 
Method Summary
 
Methods inherited from interface org.eclipse.cdt.core.dom.ast.IASTNode
accept, getContainingFilename, getFileLocation, getNodeLocations, getParent, getPropertyInParent, getRawSignature, getTranslationUnit, setParent, setPropertyInParent
 


Eclipse CDT
Pre-release 3.0

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