*** 43,49 **** --- 43,50 ---- * Label associated with this break statement. This is null * if there is no label associated with this break statement. * * @return label associated with this break statement. */ + @Override String getLabel(); }