|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.cdt.make.core.scannerconfig.PathInfo
public final class PathInfo
Field Summary | |
---|---|
static PathInfo |
EMPTY_INFO
|
Constructor Summary | |
---|---|
PathInfo(org.eclipse.core.runtime.IPath[] includePaths,
org.eclipse.core.runtime.IPath[] quoteIncludePaths,
java.util.Map symbols,
org.eclipse.core.runtime.IPath[] includeFiles,
org.eclipse.core.runtime.IPath[] macroFiles)
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
org.eclipse.core.runtime.IPath[] |
getIncludeFiles()
Get include files (gcc option -include) |
org.eclipse.core.runtime.IPath[] |
getIncludePaths()
Get include paths |
org.eclipse.core.runtime.IPath[] |
getMacroFiles()
Get macro files (gcc option -imacros) |
org.eclipse.core.runtime.IPath[] |
getQuoteIncludePaths()
Get quote include paths (for #include "...") |
java.util.Map |
getSymbols()
Get defined symbols |
int |
hashCode()
|
boolean |
isEmpty()
Returns if there is any discovered scanner info |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final PathInfo EMPTY_INFO
Constructor Detail |
---|
public PathInfo(org.eclipse.core.runtime.IPath[] includePaths, org.eclipse.core.runtime.IPath[] quoteIncludePaths, java.util.Map symbols, org.eclipse.core.runtime.IPath[] includeFiles, org.eclipse.core.runtime.IPath[] macroFiles)
Method Detail |
---|
public org.eclipse.core.runtime.IPath[] getIncludePaths()
public org.eclipse.core.runtime.IPath[] getQuoteIncludePaths()
public java.util.Map getSymbols()
public org.eclipse.core.runtime.IPath[] getIncludeFiles()
public org.eclipse.core.runtime.IPath[] getMacroFiles()
public boolean isEmpty()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |