Eclipse CDT
Pre-release 3.0

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

All Superinterfaces:
IASTName, IASTNode

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, isDeclaration, isDefinition, isReference, resolveBinding, resolvePrefix, setBinding, toCharArray
 
Methods inherited from interface org.eclipse.cdt.core.dom.ast.IASTNode
accept, getContainingFilename, getFileLocation, getNodeLocations, getParent, getPropertyInParent, getRawSignature, getTranslationUnit, setParent, setPropertyInParent
 

Field Detail

TYPE_ID

static final ASTNodeProperty TYPE_ID
Method Detail

getTypeId

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

Returns:

setTypeId

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.