org.eclipse.cdt.core.dom.ast.gnu.c
Interface IGCCASTSimpleDeclSpecifier
- All Superinterfaces:
- IASTDeclSpecifier, IASTNode, IASTSimpleDeclSpecifier, ICASTDeclSpecifier, ICASTSimpleDeclSpecifier
public interface IGCCASTSimpleDeclSpecifier
- extends ICASTSimpleDeclSpecifier
Field Summary |
static int |
t_last
t_last is specified for subinterfaces. |
static int |
t_typeof
t_typeof represents a typeof() expression type. |
static ASTNodeProperty |
TYPEOF_EXPRESSION
TYPEOF_EXPRESSION represents the relationship between the
decl spec & the expression for typeof(). |
Methods inherited from interface org.eclipse.cdt.core.dom.ast.IASTNode |
accept, contains, getContainingFilename, getFileLocation, getNodeLocations, getParent, getPropertyInParent, getTranslationUnit, isPartOfTranslationUnitFile, setParent, setPropertyInParent |
Methods inherited from interface org.eclipse.cdt.core.dom.ast.IASTNode |
accept, contains, getContainingFilename, getFileLocation, getNodeLocations, getParent, getPropertyInParent, getTranslationUnit, isPartOfTranslationUnitFile, setParent, setPropertyInParent |
t_typeof
static final int t_typeof
t_typeof
represents a typeof() expression type.
- See Also:
- Constant Field Values
t_last
static final int t_last
t_last
is specified for subinterfaces.
- See Also:
- Constant Field Values
TYPEOF_EXPRESSION
static final ASTNodeProperty TYPEOF_EXPRESSION
TYPEOF_EXPRESSION
represents the relationship between the
decl spec & the expression for typeof().
setTypeofExpression
void setTypeofExpression(IASTExpression typeofExpression)
- Set the typeof() expression.
- Parameters:
typeofExpression
- IASTExpression
getTypeofExpression
IASTExpression getTypeofExpression()
- Get the typeof expression.
- Returns:
IASTExpression
Copyright (c) IBM Corp. and others 2004. All Rights Reserved.