|
Eclipse CDT Pre-release 3.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. |
java.lang.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 |
---|
java.lang.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 Pre-release 3.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |