Eclipse CDT
Pre-release 3.0

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

All Superinterfaces:
IBinding, ICPPBinding
All Known Subinterfaces:
ICPPTemplateNonTypeParameter, ICPPTemplateTemplateParameter, ICPPTemplateTypeParameter

public interface ICPPTemplateParameter
extends ICPPBinding


Field Summary
static ICPPTemplateParameter[] EMPTY_TEMPLATE_PARAMETER_ARRAY
           
 
Fields inherited from interface org.eclipse.cdt.core.dom.ast.IBinding
EMPTY_BINDING_ARRAY
 
Method Summary
 
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_TEMPLATE_PARAMETER_ARRAY

static final ICPPTemplateParameter[] EMPTY_TEMPLATE_PARAMETER_ARRAY

Eclipse CDT
Pre-release 3.0

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