public interface IASTImageLocation extends IASTFileLocation
Modifier and Type | Field and Description |
---|---|
static int |
ARGUMENT_TO_MACRO_EXPANSION
The image is part of an argument of an explicit macro expansion.
|
static int |
MACRO_DEFINITION
The image is part of a macro definition and was introduced by some macro expansion.
|
static int |
REGULAR_CODE
The image is part of the code that has not been modified by the preprocessor.
|
EMPTY_ARRAY
Modifier and Type | Method and Description |
---|---|
int |
getLocationKind()
Returns the kind of image-location, one of
REGULAR_CODE , MACRO_DEFINITION
or ARGUMENT_TO_MACRO_EXPANSION . |
getContextInclusionStatement, getEndingLineNumber, getFileName, getNodeLength, getNodeOffset, getStartingLineNumber
asFileLocation
static final int REGULAR_CODE
static final int MACRO_DEFINITION
static final int ARGUMENT_TO_MACRO_EXPANSION
int getLocationKind()
REGULAR_CODE
, MACRO_DEFINITION
or ARGUMENT_TO_MACRO_EXPANSION
.Copyright (c) IBM Corp. and others 2004, 2020. All Rights Reserved.