public interface IASTNodeLocation
Modifier and Type | Field and Description |
---|---|
static IASTNodeLocation[] |
EMPTY_ARRAY |
Modifier and Type | Method and Description |
---|---|
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.
|
static final IASTNodeLocation[] EMPTY_ARRAY
int getNodeOffset()
int getNodeLength()
IASTFileLocation asFileLocation()
Copyright (c) IBM Corp. and others 2004, 2014. All Rights Reserved.