setChildByRole(Roles.TARGET_EXPRESSION, value);
}
public final void setStartLocation(final TextLocation startLocation) {
_startLocation = VerifyArgument.notNull(startLocation, "startLocation");
_endLocation = new TextLocation(startLocation.line(), startLocation.column() + THIS_TEXT.length());
}