|
Eclipse CDT 7.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IASTFileLocation
Represents a node location that is directly in the source file.
Method Summary | |
---|---|
int |
getEndingLineNumber()
Get the ending line number. |
String |
getFileName()
The name of the file. |
int |
getNodeLength()
Returns the length of this location in terms of characters. |
int |
getNodeOffset()
Returns the offset within the file where this location starts. |
int |
getStartingLineNumber()
Get the starting line number. |
Methods inherited from interface org.eclipse.cdt.core.dom.ast.IASTNodeLocation |
---|
asFileLocation |
Method Detail |
---|
String getFileName()
int getNodeOffset()
getNodeOffset
in interface IASTNodeLocation
int getNodeLength()
getNodeLength
in interface IASTNodeLocation
int getStartingLineNumber()
0
.
0
if not applicableint getEndingLineNumber()
0
.
0
if not applicable
|
Eclipse CDT 7.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |