Eclipse CDT
Pre-release 3.0

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

All Superinterfaces:
IASTNode
All Known Subinterfaces:
ICPPASTParameterDeclaration, ICPPASTSimpleTypeTemplateParameter, ICPPASTTemplatedTypeTemplateParameter

public interface ICPPASTTemplateParameter
extends IASTNode

Base interface for all template parameters.


Field Summary
static ICPPASTTemplateParameter[] EMPTY_TEMPLATEPARAMETER_ARRAY
          Constant
 
Fields inherited from interface org.eclipse.cdt.core.dom.ast.IASTNode
EMPTY_NODE_ARRAY
 
Method Summary
 
Methods inherited from interface org.eclipse.cdt.core.dom.ast.IASTNode
accept, getContainingFilename, getFileLocation, getNodeLocations, getParent, getPropertyInParent, getRawSignature, getTranslationUnit, setParent, setPropertyInParent
 

Field Detail

EMPTY_TEMPLATEPARAMETER_ARRAY

static final ICPPASTTemplateParameter[] EMPTY_TEMPLATEPARAMETER_ARRAY
Constant


Eclipse CDT
Pre-release 3.0

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