Eclipse CDT
Pre-release 3.0

org.eclipse.cdt.core.dom.ast
Interface IASTProblemTypeId

All Superinterfaces:
IASTNode, IASTProblemHolder, IASTTypeId

public interface IASTProblemTypeId
extends IASTTypeId, IASTProblemHolder

This interface represents a parse problem where we tried to match against a type-id.


Field Summary
 
Fields inherited from interface org.eclipse.cdt.core.dom.ast.IASTTypeId
ABSTRACT_DECLARATOR, DECL_SPECIFIER, EMPTY_TYPEID_ARRAY
 
Fields inherited from interface org.eclipse.cdt.core.dom.ast.IASTNode
EMPTY_NODE_ARRAY
 
Fields inherited from interface org.eclipse.cdt.core.dom.ast.IASTProblemHolder
PROBLEM
 
Method Summary
 
Methods inherited from interface org.eclipse.cdt.core.dom.ast.IASTTypeId
getAbstractDeclarator, getDeclSpecifier, setAbstractDeclarator, setDeclSpecifier
 
Methods inherited from interface org.eclipse.cdt.core.dom.ast.IASTNode
accept, getContainingFilename, getFileLocation, getNodeLocations, getParent, getPropertyInParent, getRawSignature, getTranslationUnit, setParent, setPropertyInParent
 
Methods inherited from interface org.eclipse.cdt.core.dom.ast.IASTProblemHolder
getProblem, setProblem
 


Eclipse CDT
Pre-release 3.0

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