org.eclipse.cdt.core.dom.ast.cpp
Interface ICPPASTFieldReference
- All Superinterfaces:
- IASTExpression, IASTFieldReference, IASTNameOwner, IASTNode
- public interface ICPPASTFieldReference
- extends IASTFieldReference
Certain field references in C++ require the use the keyword template to
specify the parse.
Method Summary |
boolean |
isTemplate()
Was template keyword used? |
void |
setIsTemplate(boolean value)
Set the template keyword used. |
Methods inherited from interface org.eclipse.cdt.core.dom.ast.IASTNode |
accept, contains, getContainingFilename, getFileLocation, getNodeLocations, getParent, getPropertyInParent, getRawSignature, getTranslationUnit, setParent, setPropertyInParent |
isTemplate
public boolean isTemplate()
- Was template keyword used?
- Returns:
setIsTemplate
public void setIsTemplate(boolean value)
- Set the template keyword used.
- Parameters:
value
-
Copyright (c) IBM Corp. and others 2004. All Rights Reserved.