Eclipse CDT
Pre-release 3.0

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

All Superinterfaces:
IBinding, ICPPBinding, ICPPFunction, ICPPMember, ICPPMethod, IFunction

public interface ICPPConstructor
extends ICPPMethod


Field Summary
static ICPPConstructor[] EMPTY_CONSTRUCTOR_ARRAY
           
 
Fields inherited from interface org.eclipse.cdt.core.dom.ast.cpp.ICPPMethod
EMPTY_CPPMETHOD_ARRAY
 
Fields inherited from interface org.eclipse.cdt.core.dom.ast.IBinding
EMPTY_BINDING_ARRAY
 
Fields inherited from interface org.eclipse.cdt.core.dom.ast.IBinding
EMPTY_BINDING_ARRAY
 
Fields inherited from interface org.eclipse.cdt.core.dom.ast.cpp.ICPPMember
v_private, v_protected, v_public
 
Fields inherited from interface org.eclipse.cdt.core.dom.ast.IBinding
EMPTY_BINDING_ARRAY
 
Method Summary
 boolean isExplicit()
          Whether or not this constructor was declared as explicit
 
Methods inherited from interface org.eclipse.cdt.core.dom.ast.cpp.ICPPMethod
isDestructor, isVirtual
 
Methods inherited from interface org.eclipse.cdt.core.dom.ast.cpp.ICPPFunction
isInline, isMutable
 
Methods inherited from interface org.eclipse.cdt.core.dom.ast.IFunction
getFunctionScope, getParameters, getType, isAuto, isExtern, isRegister, isStatic, takesVarArgs
 
Methods inherited from interface org.eclipse.cdt.core.dom.ast.IBinding
getName, getNameCharArray, getScope
 
Methods inherited from interface org.eclipse.cdt.core.dom.ast.cpp.ICPPBinding
getQualifiedName, getQualifiedNameCharArray, isGloballyQualified
 
Methods inherited from interface org.eclipse.cdt.core.dom.ast.IBinding
getName, getNameCharArray, getScope
 
Methods inherited from interface org.eclipse.cdt.core.dom.ast.cpp.ICPPMember
getVisibility
 
Methods inherited from interface org.eclipse.cdt.core.dom.ast.cpp.ICPPBinding
getQualifiedName, getQualifiedNameCharArray, isGloballyQualified
 
Methods inherited from interface org.eclipse.cdt.core.dom.ast.IBinding
getName, getNameCharArray, getScope
 

Field Detail

EMPTY_CONSTRUCTOR_ARRAY

static final ICPPConstructor[] EMPTY_CONSTRUCTOR_ARRAY
Method Detail

isExplicit

boolean isExplicit()
                   throws DOMException
Whether or not this constructor was declared as explicit

Returns:
Throws:
DOMException

Eclipse CDT
Pre-release 3.0

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