Eclipse CDT
Pre-release 3.0

Uses of Interface
org.eclipse.cdt.core.dom.ast.IASTProblem

Packages that use IASTProblem
org.eclipse.cdt.core.dom.ast   
 

Uses of IASTProblem in org.eclipse.cdt.core.dom.ast
 

Methods in org.eclipse.cdt.core.dom.ast that return IASTProblem
 IASTProblem[] IASTTranslationUnit.getPreprocessorProblems()
          Get all preprocessor and scanner problems.
 IASTProblem IASTProblemHolder.getProblem()
          Get the problem.
 

Methods in org.eclipse.cdt.core.dom.ast with parameters of type IASTProblem
 void IASTProblemHolder.setProblem(IASTProblem p)
          Set the problem.
 int ASTVisitor.visit(IASTProblem problem)
           
 


Eclipse CDT
Pre-release 3.0

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