Eclipse CDT
Pre-release 3.0

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

All Superinterfaces:
IASTName, IASTNode, org.eclipse.cdt.core.dom.IName

public interface ICPPASTConversionName
extends IASTName

This interface represents a C++ conversion member function.


Field Summary
static ASTNodeProperty TYPE_ID
           
 
Fields inherited from interface org.eclipse.cdt.core.dom.ast.IASTName
EMPTY_NAME_ARRAY
 
Fields inherited from interface org.eclipse.cdt.core.dom.ast.IASTNode
EMPTY_NODE_ARRAY
 
Method Summary
 IASTTypeId getTypeId()
          Returns the IASTTypeId for the ICPPASTConversionName.
 void setTypeId(IASTTypeId typeId)
          Sets the IASTTypeId for the ICPPASTConversionName.
 
Methods inherited from interface org.eclipse.cdt.core.dom.ast.IASTName
getBinding, getCompletionContext, getLinkage, resolveBinding, setBinding
 
Methods inherited from interface org.eclipse.cdt.core.dom.ast.IASTNode
accept, contains, getContainingFilename, getFileLocation, getNodeLocations, getParent, getPropertyInParent, getRawSignature, getTranslationUnit, setParent, setPropertyInParent
 
Methods inherited from interface org.eclipse.cdt.core.dom.IName
getFileLocation, isDeclaration, isDefinition, isReference, toCharArray
 

Field Detail

TYPE_ID

public static final ASTNodeProperty TYPE_ID
Method Detail

getTypeId

public IASTTypeId getTypeId()
Returns the IASTTypeId for the ICPPASTConversionName. i.e. getTypeId() on operator int(); would return the IASTTypeId for "int"

Returns:

setTypeId

public void setTypeId(IASTTypeId typeId)
Sets the IASTTypeId for the ICPPASTConversionName.

Parameters:
typeId -

Eclipse CDT
Pre-release 3.0

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