Package | Description |
---|---|
org.eclipse.cdt.core.dom.ast.cpp |
Modifier and Type | Interface and Description |
---|---|
interface |
ICPPConstructor |
interface |
ICPPMethodSpecialization
Specialization of a method.
|
Modifier and Type | Field and Description |
---|---|
static ICPPMethod[] |
ICPPMethod.EMPTY_CPPMETHOD_ARRAY |
Modifier and Type | Method and Description |
---|---|
ICPPMethod[] |
ICPPClassType.getAllDeclaredMethods()
Returns a list of ICPPMethod objects representing all method explicitly declared by this
class and inherited from base classes.
|
ICPPMethod[] |
ICPPClassSpecialization.getAllDeclaredMethods(IASTNode point)
Similar to
ICPPClassType.getAllDeclaredMethods() but a accepts a starting point
for template instantiation. |
ICPPMethod[] |
ICPPClassType.getDeclaredMethods()
Returns a list of ICPPMethod objects representing all methods explicitly declared by this
class.
|
ICPPMethod[] |
ICPPClassSpecialization.getDeclaredMethods(IASTNode point)
Similar to
ICPPClassType.getDeclaredMethods() but a accepts a starting point
for template instantiation. |
ICPPMethod[] |
ICPPClassScope.getImplicitMethods()
Returns an array of methods that were implicitly added to this class
scope.
|
ICPPMethod[] |
ICPPClassType.getMethods()
Returns a list of ICPPMethod objects representing all methods defined for this class
including those declared, inherited, or generated (e.g. default constructors and the like).
|
ICPPMethod[] |
ICPPClassSpecialization.getMethods(IASTNode point)
Similar to
ICPPClassType.getMethods() but a accepts a starting point
for template instantiation. |
static ICPPMethod[] |
SemanticQueries.getPureVirtualMethods(ICPPClassType classType,
IASTNode point)
Returns all pure virtual methods of a class.
|
Copyright (c) IBM Corp. and others 2004, 2014. All Rights Reserved.