Include include = (Include) node;
if (include.getExpr() instanceof Scalar) {
Scalar filePath = (Scalar) include.getExpr();
CallExpression callExpression = new CallExpressionLocation(
filePath.sourceStart(), filePath.sourceEnd(), null,
"include", new CallArgumentsList()); //$NON-NLS-1$
locator.match(callExpression, getNodeSet());
}
} else if (node instanceof Argument) {
SimpleReference ref = ((Argument) node).getRef();
FieldDeclaration decl = new FieldDeclarationLocation(ref.getName(),