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
public IType getType()
throws DOMException
- Returns:
- the type of the variable
- Throws:
DOMException
isStatic
public boolean isStatic()
throws DOMException
- Does this function have the static storage-class specifier
similarily for extern, auto, register
- Returns:
-
- Throws:
DOMException
isExtern
public boolean isExtern()
throws DOMException
- Throws:
DOMException
isAuto
public boolean isAuto()
throws DOMException
- Throws:
DOMException
isRegister
public boolean isRegister()
throws DOMException
- Throws:
DOMException
Copyright (c) IBM Corp. and others 2004. All Rights Reserved.