|
Eclipse CDT 7.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IASTNodeLocation
A NodeLocation represents the source location of a given node. Most often this is a file it may be other fancy things like macro expansions.
Field Summary | |
---|---|
static IASTNodeLocation[] |
EMPTY_ARRAY
|
Method Summary | |
---|---|
IASTFileLocation |
asFileLocation()
Return a file location that best maps into this location. |
int |
getNodeLength()
This is the length of the node within the file or macro-expansion. |
int |
getNodeOffset()
This is the offset within either the file or a macro-expansion. |
Field Detail |
---|
static final IASTNodeLocation[] EMPTY_ARRAY
Method Detail |
---|
int getNodeOffset()
int getNodeLength()
IASTFileLocation asFileLocation()
|
Eclipse CDT 7.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |