org.eclipse.cdt.ui
Interface IRequiredInclude


public interface IRequiredInclude


Method Summary
 java.lang.String getIncludeName()
          Returns the name that has been imported.
 boolean isStandard()
          Returns whether the include is to search on "standard places" like /usr/include first .
 

Method Detail

getIncludeName

java.lang.String getIncludeName()
Returns the name that has been imported. For an on-demand import, this includes the trailing ".*". For example, for the statement "import java.util.*", this returns "java.util.*". For the statement "import java.util.Hashtable", this returns "java.util.Hashtable".


isStandard

boolean isStandard()
Returns whether the include is to search on "standard places" like /usr/include first . An include is standard if it starts with "\<".