org.netbeans.modules.cnd.api.model
Interface CsmInclude
- All Superinterfaces:
- CsmIdentifiable<CsmInclude>, CsmObject, CsmOffsetable
public interface CsmInclude
extends CsmOffsetable, CsmIdentifiable<CsmInclude>
Represents include directive
Method Summary |
CsmFile |
getIncludeFile()
Gets include file |
String |
getIncludeName()
Returns the name that of the included file,
'"', "<" and ">" characters are not included. |
boolean |
isSystem()
Distingwishes whether this is a "system" include (for example #include )
or user include (#include "MyLib.h") |
getIncludeName
String getIncludeName()
- Returns the name that of the included file,
'"', "<" and ">" characters are not included.
getIncludeFile
CsmFile getIncludeFile()
- Gets include file
isSystem
boolean isSystem()
- Distingwishes whether this is a "system" include (for example #include )
or user include (#include "MyLib.h")