Package org.eclipse.cdt.core.model
Interface IPragma.PragmaMarkInfo
-
- Enclosing interface:
- IPragma
public static interface IPragma.PragmaMarkInfo
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetMarkName()The display string of the mark.booleanisDividerAfterMark()Whether the pragma indicates a divider after it.booleanisDividerBeforeMark()Whether the pragma indicates a divider before it.
-
-
-
Method Detail
-
isDividerBeforeMark
boolean isDividerBeforeMark()
Whether the pragma indicates a divider before it.
-
isDividerAfterMark
boolean isDividerAfterMark()
Whether the pragma indicates a divider after it.
-
getMarkName
String getMarkName()
The display string of the mark.
-
-