org.eclipse.cdt.core.dom.ast
Interface IVariable
- All Superinterfaces:
- IBinding
- All Known Subinterfaces:
- ICPPField, ICPPParameter, ICPPTemplateNonTypeParameter, ICPPVariable, IField, IParameter
public interface IVariable
- extends IBinding
getType
IType getType()
throws DOMException
- Returns:
- the type of the variable
- Throws:
DOMException
isStatic
boolean isStatic()
throws DOMException
- Does this function have the static storage-class specifier
similarily for extern, auto, register
- Returns:
-
- Throws:
DOMException
isExtern
boolean isExtern()
throws DOMException
- Throws:
DOMException
isAuto
boolean isAuto()
throws DOMException
- Throws:
DOMException
isRegister
boolean isRegister()
throws DOMException
- Throws:
DOMException
Copyright (c) IBM Corp. and others 2004. All Rights Reserved.